Hi,

I am trying to use an approach from the book
'Java Servlet Programming' by Jason Hunter.
I want two servlets to share some data. I created a singleton object
called AgentData. Then

Servlet A
  AgentData d1 = AgentData.getInstance();



Priyank

Software is a gas; it expands to fill its container.    -Nathan Myhrvold

___________________________________________________________________________
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