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 |
What is an entity and its types?
What do you mean by ejb?
Who took over ejb?
Define Clone?
Enlist the changes in EJB 2.1 ?
What is the difference between ejb and spring?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
Name the attributes of javax.ejb.ejb.
What is difference between ejb and spring?
What are versions of ejb?
In an EJB project, Howmany tables and How many entity beans are used?
What is Enterprise JavaBeans Query Language (EJB QL)?