Pages

Wednesday, 11 September 2013

Topics in Struts Framework, Struts Framework Complete Tutorials.


In order to work with struts2, the following jar files are required, actually more than 6 but these are enough for simple application level.
Working with the framework software is nothing but, adding the .jar(s) files provided by that framework to our java application.  Each framework software is not an installable software, it means we do not contain any setup.exe

  • commons-logging-1.0.4.jar
  • freemarker-2.3.8.jar
  • ognl-2.6.11.jar
  • struts2-core-2.0.11.jar
  • xwork-2.0.4.jar
  • commons-collections-3.0.jar
We need to store these jar files in the lib folder.

No comments:

Post a Comment