Struts

 
 
Struts is an open source framework useful in building web applications with Java Servlet and JavaServer Pages (JSP) technology, based on the Model-View-Controller (MVC) design paradigm.
Struts is copyrighted software available under a "free-to-use-license" by the Apache Software Foundation. The license appears at the head of every source code file.

The latest Struts version can be downloaded from:
http://struts.apache.org/







Create a struts web application.



Information
none

Operating system used
Windows XP Home Edition Version 5.1 SP 2

Software prerequisites
JBoss 3.0.4 application server

Procedure
  1. Unpack struts-blank.war: jar xvf struts-blank.war

  2. Copy directory "struts-blank" to JBoss deploy directory ..\jboss-3.0.4\server\default\deploy

  3. Rename "struts-blank" into "choose_your_own_name.war"
    E.g.:mobilefish.war
    Note: You must add .war.

  4. Start JBoss 3.0.4 application server if it is not running. It will hot deploy your application.

  5. To view your application: http://localhost:8080/choose_your_own_name