Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

EJB session bean

Sat Dec 05, 2009 9:48 am

how do you modify the session bean to change from a stateless bean to a stateful bean



Re: EJB session bean

Sat Dec 05, 2009 8:00 pm

using the annotations above the class deceleration :
use
Code:
@Stateful


instead of :

Code:
@Stateless


Post a reply
  Related Posts  to : EJB session bean
 EJB 3.0 Stateful Session Bean Example     -  
 POJO JAVA BEAN     -  
 session in jsp     -  
 Session Valid     -  
 php login with session     -  
 PHP session variables     -  
 session Encoding Data in php     -  
 Session destroy on navigate away     -  
 Modify Session Variables     -  
 Delete session variable     -