Feeds:
Posts
Comments

Archive for the ‘Java’ Category

STRUTS 2 Best Practices

La bibbia di struts 2 è su: http://struts.apache.org/2.0.11.2/docs/guides.html 1) nei tag struts delle pagine jsp può essere invocata la action tramite elemento action=”” che può contenere: il name della <action name=”” >.. oppure contestuale esempio “#{action.Cerca}” che chiama il metodo Cerca della classe action (pojo class) associata 2) i nomi delle azioni sono mappati su [...]

Read Full Post »

To set correctly JAVA_HOME in Windows 2000, XP, 2003 (and also Vista) systems follow this instructions: 1. Right click on the My Computer icon on your desktop and select properties 2. Click the Advanced Tab 3. Click the Environment Variables button 4. Click New 5. Enter JAVA_HOME as the variable name and the directory where [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.