Robert Nicholson wrote:

> Is a white paper on Model 2 anywhere?
>

There was a JavaWorld article on Model 2 last December:

    http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc-2.html

In addition, the "Model 2" approach is essentially the same as the web application
model recommended in the J2EE Blueprints manual (although they use a faceless JSP
page called a "front component" to serve the same role as a controller servlet):

    http://java.sun.com/j2ee/download.html

In particular, read the chapters on web application component design.

Craig McClanahan

===========================================================================
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

Reply via email to