1 Reply Latest reply on Oct 5, 2001 4:43 AM by p_d_austin

    How save stateful session bean reference across requests?

    craigeebach

      Hi, I'm new to ejb. My web app has a series of forms representing a wizard like process. This form will be presented thru a series of jsp pages. Rather than save the session state in URL, or in maintain the session thru HttpSession or persistance, I'd like to consider a stateful session bean. My question is, with the user sending a request as each stage of the "wizard" is complete, how would I maintain the reference to the stateful session bean instance first invoked? I'm using an MVC framework that has servlets fielding requests, talking to EJB layer, and returning back to the view (jsp).

      Thanks for any tips.

      -Craig