Struts is MVC2
Well, Struts uses the Model-View-Control Model 2 approach.
There is only one difference between Model 1 and Model 2, Model 2 architecture introduces a controller servlet between the browser and the JSP pages. And that is all.
Well, Struts uses the Model-View-Control Model 2 approach.
There is only one difference between Model 1 and Model 2, Model 2 architecture introduces a controller servlet between the browser and the JSP pages. And that is all.