Struts 2.x will change the current 1.x using only single controllers to process all processes, enhance the ability to process complex interactive interfaces (such as the functionality similar to Wizard Dialog).
The following three elements are the main part introduced in 2.x:
Application - Framework for performing processing that is required on every incoming request, plus a place to plug in application-wide services that are offered as standard plug-ins Dialog -. Framework for managing a series of individual interactions with the same user, necessary to complete a particular business transaction, plus a mechanism for plugging in predefined dialog services that are offered as standard plug-ins View -. Framework for elegantly combining a view tier technology that actually composes an individual HTTP response with the corresponding business logic interactions (to retrieve OR Modify Data In The Model Tier, As Well AS Handle User Interface Events ActiVated by the user. In addition, 2.x will take advantage of some of the new features in the Servlet 2.4 specification:
Lifecycle and event listeners for requests (as well as sessions and the entire application) .Filters can be applied across RequestDispatcher calls, not only on the original request.Ability to specify a servlet path as a welcome file, without needing an actual artifact.Clarifications In Order of Event Handler Calls Ensure Consistent Behavior Across Implementations.
Details: http://svn.apache.org/viewcvs.cgi/*checkout*/struts/trunk/contrib/struts-shale/readme.html