what happens to the instance variables if they have already been set to a value during the
client's session?
are they cleared/nulled out? or left for the next client session with the same set
values??
Trying to understand this from a Seam/EJB3 backing bean perspective and when you should
use stateless (a service) vs. stateful (conversation required) beans.
thx.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079264#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...