Opinion: Download struts2 jar files
| BANNER SAGA COMPLETE SAVE FILE DOWNLOAD | |
| WINDOWS VISTA BETA 1 ISO DOWNLOAD | |
| CISCO VALET DRIVER DOWNLOAD |
Necessary jar files for basic sturts 2 application
Now that have a working Java web application, lets add the minimal required Struts 2 framework Jar files to our web application's class path. And copy these Jar files from the lib folder of the Struts 2 download to the WEB-INF/lib folder in our web application.
Find and copy to WEB-INF\lib these files (note X.X.X.X.jar refers to the version number):
- commons-fileupload-X.X.X.jar
- commons-io-X.X.X.jar
- commons-logging-X.X.X.jar
- commons-logging-api.X.X.jar
- freemarker-X.X.X.jar
- ognl-X.X.X.jar
- struts2-core-X.X.X.X.jar
- xwork-core-X.X.X.jar
- javassist-3.7.ga.jar (new for Struts versions 2.2.1 and higher)
You can see from the above that the Struts 2 core jar depends on several other artifacts. As we add additional Struts 2 features in future tutorials, we'll need to add additional Struts 2 jar files and other transitive dependencies.
use this link
-
-
-