In EBs the DB state is more consistent than SBs why?
Answer Posted / 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 |
Post New Answer View All Answers
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What do you mean enterprise javabeans (ejb) container?
What do you understand by session facade?
What is session bean?
What is ejb container?
What is EJB server provider?
What is the use of @resource?
What do you mean by EJB architecture?
What is stateless code?
Is it possible to share an httpsession between a jsp and ejb?
What are the attributes of transaction in ejb?
Is ejb a framework?
Can remove() be a Stateless Session bean?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
What is ejb ql?