Tag: mvc2 architecture

MVC

MVC is a design pattern. It contains two models. MVC Model 1 and MVC Model 2. Struts framework implements MVC Design Pattern. Struts can implement Model 1 and Model 2. Model 2 most properly describes the application of MVC in a Web-Application context. Features of MVC1 Architecture: (1) HTML or JSP files are used to …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/mvc1-vs-mvc2-in-struts/