Thursday 1 August 2013

Struts Framework

Struts framework is an open-source framework for developing the web application in JavaEE, based on MVC-2 architecture.
Struts framework makes it much easier to design scalable, reliable web application.
The Struts framework is designed to isolate the operations like database code, design code, and control code while designing web application.


Components of Struts
Struts components can be categories into MODEL, VIEW, CONTROLLER.
MODEL:- Components like business logic/ business process and data are the part of
Model. Ex:- .java classes
VIEW:- HTML, JSP are the view components.
CONTROLLER:- ActionServlet of struts is part of controller components which works as front controller to handle all the request.

No comments:

Post a Comment