Programming Tutorials

Interview Question: How do I install Struts?

By: Ash in Interview Tutorials on 2008-08-13  

Question:How do I install Struts?

Answer:

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.

Since the full source code for Struts is available, we also provide complete instructions for compiling your own Struts JAR from scratch. (This is actually easier than it looks!) Your Struts application can usually be deployed using a standard WAR file. In most cases, you simply deposit the WAR file on your application server, and it is installed automatically. If not, step-by-step installation instructions for various servlet containers are available.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

Interview Question: Why aren't the Struts tags maintained as part of the Jakarta Taglibs project ?

What is Deployment Descriptor?

Interview Question: How do I install Struts?

What are types of J2EE clients?

What are the services provided by a J2EE container?

Interview Question: What is EJB client JAR file?

Interview Question: Is Struts compatible with other Java technologies?

Interview Question: What is ActionServlet?

Question: What is an output comment in JSP?

Interview Question: Is Decorator an EJB design pattern?

Interview Question: Why does EJB needs two interfaces(Home and Remote Interface)?

Interview Question: What is Struts?

Interview Question: What is abstract schema?

What do you understand by Synchronization?

Latest Articles (in Interview)