Apache Struts 2 Documentation > Home > Guides
Added by Ted Husted, last edited by Ted Husted on Feb 12, 2007  (view change)

Our in-depth guides focus on specific areas of the framework, such as Views, the Core framework, and Third-party Extensions.

Core Developers Guide

In processing a request, the framework utilizes three key class types: Actions, Interceptors, and Results, which are configured using one or more XML documents (or Java 5 annotations).

Tag Developers Guide

The framework offers a flexible view layer that supports multiple view technologies, including JSP, FreeMaker, and Velocity.

Plugin Developers Guide

Apache Struts 2 provides a simple plugin architecture so that developers can extend the framework just by adding a JAR to the application's classpath. Since plugins are contained in a JAR, they are easy to share with others. Several plugins are bundled with the framework, and others are available from third-party sources.

Bundled Plugins

For a complete list of bundled and third-party plugins, visit the Plugin Registry..

Architects Guide

Migration Guide

Getting here from there.

Release Notes 2.1.x

Release Notes 2.0.x

Struts 1 to Struts 2

Comparing Struts 1 and 2 How are Struts 1 and Struts 2 alike? How are they different?
Struts 1 Solutions Various issues (and hopefully their solutions!) encountered during migrations to Struts 2.
Migration Strategies Steps and overall strategies for migrating Struts 1 applications to Struts 2.
Migration Tools Development tools to help aid the migration process.

Tutorials

Migrating to Struts 2 A three-hour workshop by Ted Husted (Oct 2006)
Migrating Applications to Struts 2 A three-part series by Ian Roughley (Sep 2006)

Roadmap

Roadmap FAQ What's in store for Struts 2?
A History of Struts 2 Don Brown's summary of events
Struts Reloaded An archive of the development discussions leading to Struts 2

Webwork 2.2 to Struts 2

Key Changes From WebWork 2 What has been removed or changed from WebWork 2.2 to Struts 2
WebWork 2 Migration Strategies Steps and overall strategies for migrating WebWork 2 applications to Struts 2.

Contributors Guide

Source

Documentation

Core Guide TODOs

  • Creating Resources
  • Writing Validators
  • Writing Type Converters
  • Actions
  • Writing Actions
  • Writing Results

Tools

Licensing and Copyright

Next: FAQs