Posted By:
Anonymous
Posted On:
Thursday, October 6, 2005 03:06 AM
Model1(MVC1):
Browser -> JSP -> Bean -> DB
Browser <- JSP <- Bean <-
Modle2(MVC2)
Browser -> Servlet -> JSP -> Bean -> DB
Browser <- JSP <- Bean <- DB
servlet will instanciate the Bean
well... try this.
http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html
now I think it will be clear to you.
-ASHISH CHAUHAN
Posted By:
Anonymous
Posted On:
Monday, August 29, 2005 07:01 AM
One concept on which MVC differs from MVC2 is tat , MVC applications cud run on Web server whereas MVC2 applications cud be run only on Application Servers. Another diff. I had seen was tat , in MVC we start an application with any html, jsp or servlet, but in general, in MVC2 architecture, we cud start an application thru a servlet only, which in turn guides to the First page of Application to be shown.
Hope that I cudnt provide ur answer in detail, as am also in search of an answer for this question from the time I had been working with Websphere Portals.