Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Welcome to the Struts Action Framework 2 wiki. The framework's official homepage is http://struts.apache.org/. There you can find documentation for the latest released version of the framework. This wiki is used for additional information as well as documentaion for the latest developing version.

Note
titleUnder Construction

We're in the process of migrating this wiki from Open Symphony WebWork2 to Struts Action Framework 2. WebWork is in the process of joining the Apache Struts project. See our incubator page for details. During the migration period, references to WebWork2 and SAF2 will be intermixed.

...

Welcome to the Apache Struts Action Framework 2: Java's cutting-edge web development platform!

Info

The SAF2 documentation is maintained online, posted to the Apache Struts web site on a regular basis, and also bundled with each release. The online version represents the latest development version ("nightly build") and may document features not available in your release. See the documenation bundled with each release for the best information about the features available in that release. Release documentation is available in HTML and PDF format.

  • HTML format: docs/Documentation.html
  • PDF format: docs/docs.pdf
  • Javadocs: docs/api/index.html

QuickStart

The best way to get started with any new technology can be to just jump in and try it out. If you agree, download a distribution and take our QuickStart feature for a spin.

Panel
titleQuickStart Quick Start
  • Download and extract a distribution
  • Open a command prompt to the root directory of the distribution
  • Using a Java 5 JDK, execute:
    • java -jar webwork-2.2.jar quickstart:showcase
  • Open your browser to the URL:
  • Feel free to edit any of the sources (.java, .jsp) in:
    • webapps/showcase
  • Reload your browser to see the changes right away

About Struts Action Framework 2

...