I'm building an application which uses JSPs to display
data retrieved through RMI.  The data is transmitted
as beans.  Since the data is relatively static I want
to cache a certain number of these beans in the web
server.  Thus the JSPs will have to interact with some
centralized management of this cache.  I was thinking
there might also be a centralized way (perhaps a
servlet) for creating the connection from the web
server to the RMI server so that each JSP doesn't have
to create this connection every time it runs.  Has
anyone been down this path and care to comment?  Any
advice will be greatly appreciated.

Thanks,
Mike

Michael Truman
[EMAIL PROTECTED]



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to