What is the TX operational difference between Session Bean
and Entity Bean?
Answer / janet
1.Session Bean may or may not be used for TX operational
operations,even they are used for TX's bean developer itself
responsible to update the bean values into DB.
2. EntityBeans are specially designed for TX operations
where bean develop is only responsible for updating bean
values,where the bean values were updated into DB by
executing one additional function called ejbStore().
| Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between ejb 1.1 and ejb 2.0?
What is the difference between find and select methods in ejb?
What is the perpose of EJBs?
Is it legal to have static initializer blocks in ejb?
What is @injectmock?
What is stateless programming?
Life cycle methods in stateless Session Beans?
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?
How to determine two identical beans?
What are stateless applications?
Define Clone?
What is stateful or stateless?