The moose likes EJB and other Java EE Technologies and the fly likes ejbCreate() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "ejbCreate()" Watch "ejbCreate()" New topic
Author

ejbCreate()

trupti nigam
Ranch Hand

Joined: Jun 21, 2001
Posts: 603
hi,
is it possible call another business method from the ejbCreate() method.
thanks,
pradnya
boopathi venkatachalam
Greenhorn

Joined: Jul 04, 2001
Posts: 1
ya u can call any user defined method in the bean class
mathprav
Greenhorn

Joined: Jul 04, 2001
Posts: 2
it would be better if u call any business methods in the ejbPostCreate method, as the record will be created only after the ejbcreate method.
------------------
Praveen Kumar Mathaley


Praveen Kumar Mathaley
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ejbCreate()
 
Similar Threads
legal ejbCreate method
ejbPostCreate() in EntityBean
About ejbPostCreate
Why "getEJBHome()" but not "getEjbHome()"!?
Valid ejbCreate method?