[jboss-user] [EJB 3.0] - Re: Where does stateful session bean's state kept?

2007-04-16 Thread thejavafreak
bakr.awad wrote : Well it is kept at server side by the container, and it managed by the client through sessions. | As the user the user request a stateful session bean a unique id is created for him at the server side and when he request it again he uses this id. | that's all!!! So each

[jboss-user] [EJB 3.0] - Re: Where does stateful session bean's state kept?

2007-04-16 Thread fhh
The fundamental idea of idea of Entperise Beans is to have two parts: The interface that is used to acces the bean and the implementation itself. The later is stored by the application server and might even be on a remote machine. Where you store the handle of a stateful session bean is

[jboss-user] [EJB 3.0] - Re: Where does stateful session bean's state kept?

2007-04-15 Thread thejavafreak
So it doesn't use HttpSession on the underlayer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037414#4037414 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037414 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Where does stateful session bean's state kept?

2007-04-15 Thread bakr.awad
Well it is kept at server side by the container, and it managed by the client through sessions. As the user the user request a stateful session bean a unique id is created for him at the server side and when he request it again he uses this id. that's all!!! View the original post :

[jboss-user] [EJB 3.0] - Re: Where does stateful session bean's state kept?

2007-04-14 Thread fhh
It is managed by the application server. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037322#4037322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037322 ___