> Session scope Beans?
A good solution, if you are sure to always run your software on a platform
(i.e., application server) that supports session beans
> Session object?
Will work on ANY servlet-based system.
> Collections of some sort? i.e. Vectors (is this a simple name/value pair?)
Use a hashTable for name/value pair; but what about persistence?
> Data base? Last resort for performance issues.
Worst solution, since you now have to do database read/write.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html