What is the TX operational difference between Session Bean
and Entity Bean?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by bean managed transaction?
Where is ejb used?
Is udp stateless?
Is it possible to have threading in ejb?
What is mdb?
How to increase ejb transaction timeout in weblogic?
Define SessionContext ?
How can one EJB be called from within another EJB?
Explain what is an EJB Context?
Define EAR, WAR and JAR ?
How can a session bean be configured for transactions of bean-managed?
What is @injectmock?
what is the Relationship between EJB and CORBA architecture?
What do you mean by in-memory replication?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?