[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 entirely up to you as 
a developer - but, yes, usually you would put into the http session.

Regards

Felix

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037460
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 request to SFSB, the appserver will create one state eventhough the 
user logged in that requested the bean is the same user? So can I conclude that 
SFSB is not built on top of HttpSession?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037441
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/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 : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037423#4037423

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037423
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4037414#4037414

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037414
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4037322#4037322

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037322
___
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user