Hello,
I'm looking for some explanations about EJB and cuncurrency. Even if I have
read
many tutorials about EJB, I still don't have my mind clear.
>From what I have understood this is the situation about Entity Bean:
Entity beans operates a bit like atomic operations. The same as when we
update an "int" in Java is Thread-safe, also when one user attempts to do a
"create", he's sure that
the operation will be cuncurrent-safe because other Entity bean will
synchronize with
DB status when they want access to it.
Is this true? And what is it very much different when we use Session Beans?
Thanks a lot
Francesco
===========================================================================
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".