Peter Pilgrim wrote:
> [...]
> I hope Jason does into the philosophies in detail. Mind you there is JSP book
> coming out from O'Reilly, any one seen that book and whether it discuss the issue
> of frameworks and MVC in general. [...]

I've seen it; actually, I wrote it ;-)

I cover the MVC model, with examples using JSP pages as both the Controller and
the Views as well as examples using a servlet as Controller and JSP pages as
Views.
Most examples use JavaBeans components as the Model, and I touch on how this
approach makes it easier to migrate to EJB at some point (if required).

More information and a sample chapter is available at:

  <http://www.oreilly.com/catalog/jserverpages/>

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

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