Re: why do we need ejbPostCreate
Posted By:
narender_reddy
Posted On:
Wednesday, June 30, 2004 02:45 AM
since client cannot interact directly with bean , can only call create method on home interface....there should be someway where the actions that must take place on bean according to neccessity...right..that's why ejbcreate will be called by container after client calls create() method....hope this will help u a bit....