Hi
Here's the single servlet model
JSP's (presentation) ----> single servlet which dynamically creates an
instance (more of a containmet scenario) of the business class based on
the name of the JSP -----> DB
Now how does this differ compared to a multiple servlet model where each
JSP talks to a servlet which inturn gets a handle to logical classes and
does DB transactions.
Can someone explain which of the model is better in terms of what and in
terms of the shortcomings of the either and a viable alternative.
Also I would also like to know as to which occupies more resource in
memory a servlet or a normal java object ( instance of a java class).
Awiting the favour of responses..... :)
Thanks in advance,
Cheers
Raj
===========================================================================
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