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 |
List some key actors in persistence api.
how to set the relationship between tables in ejb
what is mean by RMI ? Please answer me. Advance thanks.
Does spring use ejb?
What is singleton session bean?
What is ejb container?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
How to invoke ejb from java client?
What do you mean by timer service and where it is used?
How to find ejb version in websphere?
What is Session Bean Interface?
List down the steps for the demonstration of ejp persistence mechanism.