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 |
Is ejb be called from another ejb? If yes then how?
what is an ejb object?
5 Answers Bally Technologies, HCL, Siemens,
What does a deployment diagram specify?
What are the types of ejb?
What are the steps involved in creating a Bean?
What is the procedure of ejb container to handle exceptions?
What is jar, war, and ear?
Enlist the declarative transaction types?
What is difference between ejb and spring?
How 'messaging' supported in EJB 2.0 Specification?
How can enterprise javabeans be accessed from active server pages?
Where is ejb used?