Hello,
Suppose I have a singleton called MyClass which is retrieved through a call to
ConnectionPool.getSharedInstance(). Suppose in an action I make a call to
ConnectionPool.getSharedInstance() somewhere.
I understand that an action is always created new each time a request is made, but
what
n [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 14, 2003 2:32 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] Singletons within WW
>
>
> Hello,
>
> Suppose I have a singleton called MyClass which is retrieved
> through a call to ConnectionPool.getSharedInstance(