Originally posted by Paulo Nunes:
Hi ,
Only to clarify me, each SessionBean is tied to a client right ?, it's mean that SessionBeans are thread safe ?
Anyone can pick up more this issue ?
cheers ,,
Paulo Nunes
Brazil
Yes Paulo, session beans are thread-safe. But pay attention when you talk about being tied to a client. There is a difference between stateless and stateful session beans. The former are 'tied' to a client just for the duration of a method execution, while the latter maintain a conversation state. One is guarantee, however, that a bean instance will serve only one client at the same time.
Marco Tedone<br />SCJP1.4,SCJP5,SCBCD,SCWCD