Versions Compared

Key

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

...

In a conventional web application, requests are often routed directed to a server page. The server page is responsible for all the processing required by the request.

In a Stuts 2 application, the request first goes to a dispatcher component that selects an action. The action can include an Action class, several Result classes, and even exception handling. The action can also include a set of "interceptors" that are used to apply common concerns to similar requests.

The Action class processes manages the programming logic , for the request and selects a Result class. The Result class can either render the response directly or (more often) transfer control to a server page or template page.

...

Overview

Our overview is your ten minute tour of Struts 2: Who, What, When, Where, and Why.

Tutorials

Our tutorials are designed to get started with the framework soon as possible. We offer an all-purpose "soup to nuts" tutorial as well as specialty tutorials on portlets and database access.

Guides

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

Overview

Excerpt Include
WW:Overview
WW:Overview
nopaneltrue

...

Include Page
WW:Guides
WW:Guides
nopaneltrue

Help with WebWork2

...