Versions Compared

Key

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

Move QuickStart Quick Start to QuickStart page

...

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

Getting Started

Several tutorials are available to help you get started with the framework. Once you download a distribution, be sure to try the QuickStart feature.

Tutorials

Distributions

  • (warning) For now, SAF2 may be checked out from the incubator repository.
    • Code Block
      svn co https://svn.apache.org/repos/asf/incubator/webwork2/
      
    • A SAF2 distribution will be available once the codebase exits the Apache Incubator
  • What about QuickStart?

Documentation

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

Requirements

Getting Help

Coding Applications

Plugins, Tools, and Extensions

Reference

Resources

Contributor Resources

More Help with WebWork2