Is it necessary for an entity bean to protect itself against concurrent access from multiple transactions?
Created Dec 14, 1999
Jerry Smith
No. One of the motivations for using a distributed component architecture such as Enterprise JavaBeans is to free the business logic programmer from the burdens that arise in multiprogramming scenarios.