Hello , I am a newbie to EJB API. Can any please tell me where can I locate the lifecycle method ejbCreate() in API. Or that's implented in Container that's why I am not able to find it anywhere? Any suggestion will be helpful. Thanks, CD.
HI, I suggest that u read the EJB tutorial from sun site or buy a good book.This will help u to understand ejb better. The ejbCreate method is not implemented by the container but is called by the container.
Monson-Haffel gives in-depth analysis of the EJBCreate methods in his book- Enterprise Java Beans. Its an excellent book that goes into many of the details of EJB 2.0, and gives good examples of use.