>I was reading the programming restrictions on the EJB spec.  There are
>restrictions on using read/write static fields and the use of threads and
>synchronization primitives.
>
>I would like to know if these restrictions applies to server-side classes
>that a EJB uses.  Since these classes do not live in the container, my
guess
>is they can do whatever they want?


You are right!

Be carefull to mix container-managed instances with non-container managed
ones,
since the latter will not have transaction/security/etc automatically
managed.

Best regards

    Javier Borrajo
    I+D Spain

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