I use as a rule:

Put all class specific inits in the empty constructor, this may be inits
for logging etc.

put instance specific inits in the ejbCreate.

If you in the future add a new ejbCreate (entity and stateful session only)
the class specific inits will be called anyway.
/erik

<promotion>
check out percolator at www.backsource.org, an open source EJB generator
which will save you from 90 % of all coding(in most cases). alpha is
released and beta in mid june.
Trackrecord is two successful projects so far.
</promotion>

===========================================================================
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