What are the transaction management benefits of the EJB
architecture?
Answer Posted / janet
The enterprise JavaBeans architecture provides automatic
support for distributed transactions in component based
applications.Such distributed transactions can automatically
update data in multiple data bases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Who took over ejb?
What is stateless ejb?
Differentiate Phantom from Un-repeatable?
What is @injectmock?
Explain transaction and various methods to manage it?
What is stateless authentication?
What is an ejb context?
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?
Is method overloading allowed in ejb?
What is ejb and its architecture?
How to generate ejb stubs in eclipse?
What is the difference between ejb and spring?
Which is more beneficial: Stateful or Stateless Bean?
Are entity beans allowed to create() methods?
How is consistency maintained by Stateful Session through transaction updates ?