Originally posted by Sainudheen Mydeen:
Hi All
SFSB maintain state between method invocations. Like wise HttpSeeeion can also maintain the state. Then why do we need to step in to the complexity of Stateful SessionBean (interfaces, bean class etc..). I misunderstood the concept?
Thanks
-Sainudheen
Sorry for empty previous message..
SFSB is useful if we've multiple clients like J2ME client,Swing client,
EJB client,Web Client wants to participate in the session related operations. If we use HttpSession then web client is only used ...