Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

difference between ejbCreate and ejbPostCreate

843830Sep 14 2005 — edited Sep 14 2005
1.if any body could expalin me whta is the difference between ejbCreate()
and ejbPostCreate();

2. if i have a 2 create method in the home interface
like
create(int a),
createBigbj(int b);

here in bean class we can declare methods like
ejbCreate(int a)
ejbCreateBigbj(int b);

but how many ejbPostCreate method i should have for these methods
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2005
Added on Sep 14 2005
3 comments
128 views