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: What is the difference between sessioncontext and entitycontext?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Explain the user defined Exceptions?

Interview Question: Can I invoke Runtime.gc() in an EJB?

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

Interview Question: What is difference between EJB 1.1 and EJB 2.0?

Interview Question: Is Decorator an EJB design pattern?

Interview Question: What are the call back methods in Entity bean?

Can Entity Beans have no create() methods?

Interview Question: What is abstract schema?

What is JAXP?

What are the services provided by a J2EE container?

Question: What is the directory structure of a web application?

What are types of J2EE clients?

Question: Explain the life-cycle methods in JSP?

Latest Articles (in Interview)