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 [...]
Archive for the ‘Java’ Category
STRUTS 2 Best Practices
Posted in Java on August 21, 2008 | Leave a Comment »
Set JAVA_HOME in Microsoft Windows systems
Posted in Java, Windows on February 27, 2007 | Leave a Comment »
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 [...]