How the container will maintain synchronization for
multiple calls to the entity bean?
by the way to persist any thing in EJB we have to careful
about other thread are also accessing resource.We need the
help of the transaction isolation while writing.There is a
level called 'Serializable'.So by using this the resource
will allow one after another to write to the same resource;
Is This Answer Correct ? | 0 Yes | 3 No |
Why is ftp stateful?
What is ejb in weblogic?
What is activemq used for?
Define Context?
How does a container, manage access, from multiple transactions on an entity bean?
What are different Methods and Classes written in a Session Bean
What do you mean by ejbdoclet?
Life Cyle methods in Entity Bean with Container Managed persistence
What is Enterprise JavaBeans?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
Elucidate callback in ejb?
Is ejb be called from another ejb? If yes then how?