Dear Friends,

Assuming that we know what a Model-View-Controller Architecture means, I would like
to know how we can implement this in JSP. What all special features(if needed) do
we need incorporate and how should we proceed to implement this in JSP's.

Briefing of the Model-View-Controller Architecture (according to my knowledge):
The Model(which incorporates the business logic) and the View (the display of
required data to the end user) is controlled by a Controller which channelises all
requests to the required Models and displays the View as per the requirement of the
end user.

Thanks in advance.

Sugato.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to