Re: different clients using the same instance of a bean

2003-03-26 Thread Mark Pease
). Does that help? I think this is essentially what Leandro was referring to earlier as well. Mark - Original Message - From: Michael Ni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 4:39 PM Subject: Re: different clients using the same instance of a bean I copied

different clients using the same instance of a bean

2003-03-25 Thread Michael Ni
How do I have groups of different clients from different browsers use the same instance of a bean. I'm not talking about application scope. Application scope is everyone using the same instance of a bean. I'm talking about bob and joe using one instance of bean A and ken and barbie using

Re: different clients using the same instance of a bean

2003-03-25 Thread Mark Pease
, which are shared by different users. It controls the life of them, along with access. Mark - Original Message - From: Michael Ni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 3:38 PM Subject: different clients using the same instance of a bean How do I have groups

Re: different clients using the same instance of a bean

2003-03-25 Thread Leandro P. Martins Jr.
PROTECTED] Sent: Tuesday, March 25, 2003 17:38 PM Subject: different clients using the same instance of a bean How do I have groups of different clients from different browsers use the same instance of a bean. I'm not talking about application scope. Application scope is everyone using the same

Re: different clients using the same instance of a bean

2003-03-25 Thread Michael Ni
I copied some code I picked up from a website about application and session scope. Can someone explain how setAttribute and getAttribute works? what do the actual parameters do? also when i use jsp useBean, i usually have a name, which is the name of my instance. Where in servlet code does