I need to know the difference between MVC architecture and MVC2 architecture. are they bith the same? or MVC2 is advanced? in which way it is advanced?
The literature on Web-tier technology in the J2EE platform frequently uses the terms "Model 1" and "Model 2" without explanation. This terminology stems from early drafts of the JSP specification, which described two basic usage patterns for JSP pages. While the terms have disappeared from the specification document, they remain in common use. Model 1 and Model 2 simply refer to the absence or presence (respectively) of a controller servlet that dispatches requests from the client tier and selects views.
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.