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
How many enterprise beans?
How can enterprise javabeans be accessed from active server pages?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
Can you be deported if you are stateless?
What is the difference between ejbcreate() and ejbpostcreate?
Is state maintained by a Stateless bean?
What is @enableautoconfiguration?
Define ripple effect?
What do you mean by abstract schema?
What is a ejb container?
What are the types of enterprise bean?
Is functional programming stateless?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is session bean in ejb?
What are the components of ejb?