>>>
> But as a Servlet State is not maintained across across multiple requests from a 
>Client  , what is the use of Stateful Session Bean?
<<<

         here would be my approach:

     1. servlet maintains the state across multiple requests from the client
     2. at each request, it creates a stateful session that handles that request
     3. this SS perform the operations and returns the result to the browser (via jsp)

            hth,

                    guich.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to