Hi,

I am very new to JSP and JavaBeans development. I hope anyone could
enlighten me with some of my questions.

How does the JavaBeans specified inside the JSP operates?  Will there be
only a single instance of the bean that will be loaded and all requests from
JSP pages will be handled one at a time (if this is the case, this is a very
slow and painful process, isn't it?), or will there be multiple instances of
the bean for each JSP page that requested its services.  Furthermore, are
JSP pages also loaded only once just like a servlet, and http requests
handled using several service() threads.  If JSP pages also invoke several
service threads() to handle requests, is it safe to assume that the bean
used in the JSP page will also be multiple instances, with each instance
being independent of the other bean instance.

Thanks & Regards,
Luke

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to