Answer Posted / 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 View All Answers
What are the components of session beam?
what is mean by OLE ? Please answer me. Advance thanks.
Can more than a single table be mapped in cmp?
What is session bean?
What is ptp model?
How to increase ejb transaction timeout in weblogic?
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?
What is a local interface?
Is it possible to have threading in ejb?
Is decorator an ejb design pattern?
What causes statelessness?
Name the attributes of javax.ejb.ejb.
What is stateless and stateful session bean in ejb?
What is the default transaction attribute for an ejb?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?