Pages

Sunday, December 4, 2011

Struts 2

Struts 2 is a framework provided by apache for web development.

1. Struts 2 is based on the OpenSymphony Web Works Framework.
2. Struts 2 framework implements the Model-View-Controller (MVC) design 
     pattern.
3. In Struts 2 the model, view and controller are implemented by the action,
    result and FilterDispatcher respectively.

No comments:

Post a Comment