Andrew:

This sounds a lot like our "database objects" that are part of the Expresso
open-source servlet framework, you can get a copy or read about it at our
site http://www.javacorporate.com.

Also Village and Town do this kind of thing in a different manner as well,
from http://working-dogs.com/ (also open source). I'm sure there are a
number of other approaches as well, but I know about these.

Mike
Javacorporate Ltd
http://www.javacorporate.com

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's
> Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Andrew Dickson
> Sent: Friday, October 15, 1999 9:56 PM
> To: [EMAIL PROTECTED]
> Subject: getting objects without pointers
>
>
> Hello,
>
> I am working on programming a web front end for a database using
> servlets. My problem is that I would like to have some java
> objects that
>
> load the data so that it can be accessed quickly by servlet calls,
> rather than having to read and parse the data files each
> time. However,
> I can't think of a way to have the servlet objects get access to the
> data objects that are loaded. Is there a way to somehow register the
> objects with the system? Any suggestions or thoughts on ways
> to approach
>
> this problem would be much appreciated.
>
> Thanks,
> Andrew Dickson
>
> ______________________________________________________________
> _____________
> 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
>

___________________________________________________________________________
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