How does the container manage to store the conversational state of the client in case of a Stateful Session Bean ?

Questions by jaygeek

Showing Answers 1 - 2 of 2 Answers

Vishal

  • Jan 3rd, 2006
 

When Container decides to put a bean back into the pool, it persists the state of bean to device, now it depends upon the container implementer, Which mode of persistence it uses.

  Was this answer useful?  Yes

As Vishal Told .. It is Exactly Container Specific. Because if u See the Weblogic Server , This will stores/Keeps  the Conversational Info in .Ser files in the One Folder of the 'bea'. Once  the User Stopes the Server , the .ser (Serialized Files) will be removed from the Server. i.e untill server process is Alive the Conversational Info Exists safe.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions