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/







Installing Struts 1.0.2 on JBoss 3.0.4 application server



Information
none

Operating system used
Windows XP Home Edition Version 5.1 SP 2

Software prerequisites
JBoss 3.0.4 application server

Procedure
  1. Download and unzip jakarta-struts-1.0.2.zip

  2. Struts will completely unzip it self, with its complete directory structure. e.g.: C:\Tools\jakarta-struts-1.0.2

  3. Start JBoss 3.0.4 application server

  4. Copy from directory ..\jakarta-struts-1.0.2\webapps\ the war files:

    struts-blank.war
    struts-documentation.war
    struts-example.war
    struts-exercise-taglib.war
    struts-template.war
    struts-upload.war

    to JBoss deploy directory ..\jboss-3.0.4\server\default\deploy

  5. To view "How to get started on your own application":
    http://localhost:8080/struts-blank
    To view "Struts documentation":
    http://localhost:8080/struts-documentation
    To view "Struts example":
    http://localhost:8080/struts-example
    To view "Struts test pages":
    http://localhost:8080/struts-exercise-taglib
    To view "Struts templates":
    http://localhost:8080/struts-template
    To view "Struts upload example":
    http://localhost:8080/struts-upload