Just wondering
 
When using SFSB to create user session and holding user information while using a pattern such as Business Delegate which captures all requests into the EJB Tier and routes to the particular EJB session facade.
 
I mean :
 
[ Client Tier    ]       [   EJB Tier                                                                                               ]      [        DB Tier    ]
    client         <----> Business Delegate <----> Session Facade (customer) <----> Customer EJB <----> Customer Table
 
 
When the SFSB is created does the Session Facade hold on to the newly created bean until the user logs off? How is this bean created and managed and who does it?
 
TIA
Glenn

Reply via email to