> I am developing Container Managed Persistent Entity beans and would
> like to establish an idiom
> for the portable implementation of the ejbCreate() method where
> complex validation is needed to reflect
> business rules.
>
> If my implementation of ejbCreate() simply initialises the Container
> Managed fields of the bean
> and relies on the container to do the appropriate validation is this
> solution likely to be portable?
>
> I know it works for Ejipt1.1, but what about other ejb servers?
>
> Alternatively I could write application code in the ejbCreate() that
> called a suitable find<METHOD>
> on the bean's home.
>
> Would the latter be a more portable solution?
>
> Comments from EJB Vendors or users of Gemstone, Weblogic etc. much
> appreciated.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to