Hi all,
In a JSP, is it appropriate to use the implicit 'application'
ServletContext as a repository for application-level objects that I want
to create? E.g., let's say I want to create 200 MultipleChoiceQuestion
instances. Is it "ok" to dump them all onto the ServletContext?
Does the ServletContext provide for any kind of bean management
(e.g., caching)? If not, then is the standard approach to write my own
MultipleChoiceQuestionManager, stick the beans in there, and then stick
the manager in the ServletContext?
Thanks!
Willie Wheeler
[EMAIL PROTECTED]
===========================================================================
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