×

Loading...

EJB:Dear Jabber,in a stateful session bean's ejbCreate(String),I retrieve a record from db to intialize the attributes.Could I do this in one of the constructors instead of ejbCreate?

I am confused with this:what should I do in ejbCreate?what in constructor?
Report