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 |
What is ptp model?
What does @inject mean in java?
Why is ftp stateful?
What is @resource in java?
What do you mean by abstract schema?
What is stateless programming?
what is mean by dll ? Please answer me. Advance thanks.
What is stateful session bean?
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?
How to determine two identical beans?
What is ejb application?
How can enterprise javabeans be accessed from active server pages?