Struts is based on MVC2 framework which separated the responsibilities of holding the data and working on it to MODEL(BusinessLogic class), then presenting the data to VIEW(JSP and Other presentation components) and flow of data and control of application to CONTROLLER(ActionServlet and ActionMapping). As compared to this in MVC 1 the responsibility of view and controller was with controller itself.
No comments:
Post a Comment