>Java Server Pages are indeed a SERVLET. They extend the Servlet (usually a
>vendor specific implementation) class and when the JSP engine gets a request
>for JSP, it converts the JSP page into servlet code (.java) and then
>compiles it. So what applies to Servlets, applies to JSP exactly.
I think I should make myself clearer. In servlet, private variables outside
of doGet() and doPost() will not be switched from request to request, while
those inside certainly will. This gives us some opportunity to pool something.
Is it possible to put variables, in JSP, outside of the per-request scope, such
what we can do the pooling also?

best regards
==========================
Lynch Wu
Web Engineer
pAsia Inc. <http://www.pAsia.com>
TEL: 886-2-87883033 ext 347
FAX: 886-2-87881532
==========================

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