| Author |
Help Using static Delegates within Action classes
|
Alex Fishell
Greenhorn
Joined: Oct 15, 2002
Posts: 5
|
|
HI,
I have a struts app. I also have several delegate classes that connect to ejbs (session beans) used by my action classes. I was thinking about putting the delegates into a helper class as static properties. That way my action classes can just reference the same delegate. I don't want to have to create a new instance of a delegate with every request an action class handles.
However, I'm wondering if this will cause synchronization issues with multiple requests being handle, as our site handles a heavy load of requests. Any suggestions would be appreciated?
|
 |
 |
|
|
subject: Help Using static Delegates within Action classes
|
|
|