What are the design goals of EJB Architecture?
Answer / nirmala
RMI,load balancing(workload of applications are distributed
onthe server) ,clustering(grouping of machines together to
provide enterprise service),transaction fail over(if fails
then distributed on every server),back end integration
(interaction with databases)
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain Stateful session bean life cycle?
What is entity bean in ejb?
What optimization could I use if the ejb container is the only point of write access to the database?
What is EJB server?
Difference between container-managed & bean-managed persistence?
What is ejb role in j2ee?
Is ejb be called from another ejb? If yes then how?
Is functional programming stateless?
In EBs the DB state is more consistent than SBs why?
Define SessionContext ?
What’s new in the ejb 2.0 specification?
What does @singleton annotation do?