Hi,
the Seam-reference documentation says, Seam provides deep integration with EJB 
3.0 and fully supports EJB3.0 session-beans.

It is clear that Seam manages state of components that are put into the 
seam-context using @Out and fetched from the context using @In. 
However if I have a stateful session bean, which contains components using 
@In/@Out, and also components without using @In/Out which are only used within 
the stateful bean but not in the weblayer. My question is, does seam manage the 
state of these components not using @In/@Out or is this complete responsibility 
of the EJB3-container? 

My 2nd question: The serverside state of the components using @In/@Out is also 
managed by the EJB container, right? I understand that the container isnĀ“t able 
to manage the state between client and server(which is seams task), however, if 
the container saves the state of seam components using @In/@Out then the state 
is partly duplicated because its in the seam-context and in the ejb-container. 
Do I understand this correct?

thanks

hans



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954840#3954840

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954840

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to