Saturday, December 29, 2012

Jakarta Struts for Dummies

In JSP and Stuts, scope can be one of four values:
1. Page
2. Request
3. Session
4. Application
Struts provides this unification by implementing the Model-View-Controller(MVC) design pattern for Web applications.
Struts->Controller: ActionServlet
mapping.findForward("Success")

No comments:

Post a Comment