What are the design goals of EJB Architecture?



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

Post New Answer

More EJB Interview Questions

What is the TX operational difference between Session Bean and Entity Bean?

1 Answers  


How to create ejb project in eclipse?

0 Answers  


Explain the architectural relationship between EJB & XML?

1 Answers   Wipro,


How does ejb container work?

0 Answers  


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?

0 Answers  






What is ejb framework?

0 Answers  


What are stateless applications?

0 Answers  


In EBs the DB state is more consistent than SBs why?

1 Answers  


What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?

0 Answers  


What is stateless programming?

0 Answers  


Define Context?

0 Answers  


What is bean-managed transaction?

0 Answers  


Categories