Making a component stateless doesn't by default make it thread safe though. Just like with servlets, you should make sure that any resources a components holds on to are either synchronized or are thread safe themselves.
Robert
Ulrich Mayring wrote:
Stephen McConnell wrote:
Both Fortress and Merlin support stateless components.Which makes me wonder: what is a stateless component? One that is
thread-safe? One that has no lifecycle?
Ulrich
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]