Thank you, Giri. But my question is how do you look up any object you stored earlier i.e. what parameters would you pass to the SFSB? Take the example of a shopping cart. If the user hasn't logged in and adds something to the cart, how would I retrieve the information from the cart? I guess my question is more on the lines of how to use a stateful session bean. For example, if I used the SFSB to store my session data( i.e. flights in this case), how would I retrieve that information without the handle for the SFSB? So I would have to store the SFSB handle in my HttpSession! Is this correct since I wanted to avoid using HTTPSession so the swing client can also use the SFSB?
[ June 23, 2005: Message edited by: Kate Young ]