Hi,

I have a Controller Servlet which receives a XML document. The controller
forwards the request and response to the appropriate JSP. JSP uses the Bean
to execute the business function and the resulting JSP is the XML document
viewed by the client. Now in the JSP I am using the default page scope. Is
this the right choice ?  If I am using page or request scope there is no
need to make the JavaBean multithreaded. Am I right ? Also what is the
difference between the page and request scope ?

Thanks for your time,
Bala Paranj

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to