Bean managed transaction: What is bean managed transaction?

What is bean managed transaction?

- To increase the productivity, database operations can be implemented manually by writing suitable JDBC code.

- This is usually when a developer does not want the Container to manage the transactions. However, this makes Entity Bean incompatible with some databases and it increases the amount of code to be written.

- The transaction management has to be explicitly done by the developer.
EJB abstract schema: What is abstract schema?
EJB abstract schema - Abstract schema is specified for entity beans with container managed persistence. The name of Abstract schema....
EJB Message Driven Bean: What is Message Driven Bean?
EJB Message Driven Bean - A Message Driven Bean is a message consumer. Message-driven beans receive JMS messages and process them...
EJB Deployment descriptor - What is Deployment descriptor?
EJB Deployment descriptor - The deployment descriptor directs a deployment tool to deploy a module or application with specific container options..
Post your comment