Re: Inter Servlet Communication

2004-04-08 Thread Nikola Milutinovic
Gareth Western wrote: Hi, Can someone fill me in as to what I need to do to make objects that are instanstiated in one servlet available to another servlet? I tried using getServletContext().setAttribute(some.name, myObj) however I was unable to retrieve the object in the other servlet. I

Re: Inter Servlet Communication

2004-04-08 Thread Gareth Western
QM wrote: On Wed, Apr 07, 2004 at 11:47:50PM +0100, Gareth Western wrote: : Can someone fill me in as to what I need to do to make objects that are : instanstiated in one servlet available to another servlet? I tried using : getServletContext().setAttribute(some.name, myObj) however I was

RE: Inter Servlet Communication

2004-04-08 Thread Shapira, Yoav
Millennium Research Informatics -Original Message- From: Gareth Western [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 6:48 PM To: [EMAIL PROTECTED] Subject: Inter Servlet Communication Hi, Can someone fill me in as to what I need to do to make objects that are instanstiated in one

Inter Servlet Communication

2004-04-07 Thread Gareth Western
Hi, Can someone fill me in as to what I need to do to make objects that are instanstiated in one servlet available to another servlet? I tried using getServletContext().setAttribute(some.name, myObj) however I was unable to retrieve the object in the other servlet. I notice there are some

Re: Inter Servlet Communication

2004-04-07 Thread QM
On Wed, Apr 07, 2004 at 11:47:50PM +0100, Gareth Western wrote: : Can someone fill me in as to what I need to do to make objects that are : instanstiated in one servlet available to another servlet? I tried using : getServletContext().setAttribute(some.name, myObj) however I was unable : to