How the container will maintain synchronization for
multiple calls to the entity bean?
Answer Posted / mohan
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 |
Post New Answer View All Answers
What is ejb in spring?
Define Initial Context?
What is ejb client?
What is EJB server?
What is singleton session bean?
What is passivation and activation in ejb?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What do you mean by bean managed transaction?
What is remote interface in ejb?
How to increase ejb transaction timeout in weblogic?
Enlist the CallBack methods of Session Bean?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
How can a session bean be configured for transactions of bean-managed?
What optimization could I use if the ejb container is the only point of write access to the database?
Is functional programming stateless?