Hi,
I have an EJB that instanciates a classic JavaBean class and return this
instance to the caller. The EJB and this JavaBean share the same package.
I would like to define the constructor of my JavaBean class as package so
that the caller can't create an instance of this JavaBean class (because it
doesn't share the same package).
Is this tip allowed ?
Regards,
Tedy
===========================================================================
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".