Versions Compared

Key

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

Update nomenclature

...

Info

If you just want to use the latest development build, perhaps because a patch you need has been applied, you can also download a nightly build.

Getting the Sources

The source code for the framework is available as distribution you can download directly or from the source code repository.

...

Code Block
> svn co https://svn.apache.org/repos/asf/strutsstruts2/action2/trunk/

Building with Maven

...

Change to your framework home directory (e.g. C:\projects\Apache\struts-current\action22.x) and run

Code Block
> mvn install

...

  • The framework requires JDK 1.4.2+ to build. JDK 5.0 is not required for building.
  • Action2-based applications require JRE 1.4.2+ to run. JRE 5.0 is not required to run unless your application uses the optional xwork-tiger module, which adds some Java 5.0 specific features to the framework.
    Info

    Java 5 with Java 1.4 backward compatibility is being considered for SAF Struts 2

Next: Documentation Style Guide