I have a site that users will be able to access information on other users.
Users and their information will be stored in a back-end database for
persistence reasons, but my question is :  I would like to read an object
that is an array of users into the ServletContext so that all instances of
the servlet can retrieve the object and display the appropriate info.  Is
this a good way of doing this, or is it better to make a call to the
database when a user requests this information?

Thanks - Scott Carter

___________________________________________________________________________
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

Reply via email to