Tuesday, November 29, 2011

How do I install Struts?

To develop applications with Struts, you can usually just add the Struts JAR file to your Java development environment. You can then start using the Struts classes as part of your own application. A blank Struts application (in the webapps directory, open struts-blank.war) is provided, which you can just copy to get a quick-start on your own brainchild.:Struts f/w is not a setup file to install in a system... working with struts f/w means adding jar files into lib floder of our application and adding jar files required at class path.
Category:Struts Interview Questions

No comments:

Post a Comment