MVC pattern is a three tier pattern where we differentiate between the display, logic and data access. Typically the jsp's are the view layer, the servlets the controller and the beans or EJB's the model. The jsp merely display content with very little code in them, the servlets are controllers and merely invoke the appropriate beans or ejbs to permform the required opertion Irfan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 22, 2000 10:18 PM To: [EMAIL PROTECTED] Subject: Re: mvc2 what is MVC (Model View Controller architecture )can some one explain me or guide me to some resource. Thanx in advance Bramha =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
