Tuesday, January 26, 2010

Pittsburgh Penguin Bityhday Suplies

Problems accessing remote folder to another PC

I had this problem trying to remotely access the shared folder made on another PC but Windows XP answered "You might not have permission to use the network resource. To access permissions, contact your system administrator ".

Searching Google the error message above, I read several tips on the internet, but none has solved my problem which was much simpler than expected: in fact I did not understand why some file I could access it remotely, for others not, appeared the above message. The answer was that I had set only sharing the folder, but also its protection. Clicking on that folder and the sharing tab, I had made shared, so I could see it the other pc. But I could not access it because the protection was not set so as to allow it. Then clicking on the tab Security, I added the PC user who could not see that folder and tutto si è risolto.

Monday, November 30, 2009

Pokemon Monopoly Online

creative sewing

 


 



Questa volta non è bigiotteria ma cucito creativo...


La gallina portaspago in feltro è tratta da un modello di Un mondo di fantasia


mentre la presina in appliquè con Babbo Natale, è tratta da un modello di Art to heart

Thursday, November 12, 2009

Wedding Program Verse

Struts vs JSF, the main differences between the two frameworks for the Web

Struts e JavaServer Faces (JSF) sono due framework Java basati sul design pattern architetturale Model-View-Controller (MVC). Struts è il framework più usato nelle architetture J2EE per implementare l'MVC, questo sia per un fattore cronologico (è nato prima di JSF), sia perché, come vedremo, ci permette di rendere più efficace l'applicazione, di avere meno bug e di risparmiare tempo in fase di sviluppo.

Ogni applicazione realizzata con Struts o con JSF ha, come colonne portanti, l'insieme delle classi e delle interfacce che compongono i framework.

Segue l' articolo integrale .