Hi all.
I'm storing some data in several static vectors in a servlet and I access
this data from the JSPs of my application like the way I access data .in a
bean ( NameOfServlet.getNameOfStaticVariable() ).
I do this to emulate the scope "application" in JSP 0.92. ( I don't put the
data in session variables because the size of this vectors and because the
data don't change)
Is this a proper way of access "application" data? Does anybody use this
method for keeping data that don't change?

Thank you very much.

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