In EBs the DB state is more consistent than SBs why?
Answer / john
The Entity Bean is directly interacting with the database.
AS and when new transactions are made they are recordeed in
the database to take care of persistence.
In case of session beans all transactions are maintained in
a session. It is not necessary that the user has to submit
these trasnactions to the DB. The user may choose not to
submit them and the trtasnactiosn in the session will be
lost. This can also occur whe the user closes the browser
without submitting or when the session expires due to a time
out.
| Is This Answer Correct ? | 0 Yes | 0 No |
In bean managed transactions, how session bean can be configured?
How to increase ejb transaction timeout in weblogic?
What is activemq used for?
Write down the steps for the creation of stateless ejb.
What are the system services of ejb container?
What is stateless code?
What do you mean by timer service and where it is used?
Life Cyle methods in Entity Bean with Bean Managed Persistence
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
What is message-driven bean?
Which is default transaction attribute for the business method of a bean?
What are the advantages of ejb components?