Versions Compared

Key

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

DEPRECATED: moved to http://struts.apache.org/core-developers/

Info

The framework documentation is written for active web developers and assumes a working knowledge about how Java web applications are built. For more about the underlying nuts and bolts, see the Key Technologies Primer.

...

(tick) 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).

...

Excerpt

Struts 2 processes requests using three core types: interceptors, actions, and results. Each may be configured via XML or annotations.

  • Developing Applications with Struts 2

    ...

    ...

    ...

    ...

    ...

    ...

    ...

    ...

    ...

    ...

    ...

    Architects Guide

    ...

    ...

    Next: Tag Developers Guide