How does EJB 2.0 improve support for interoperability
between EJB containers and other J2EE products?

Answer Posted / guest

The EJB 2.0 public draft specification includes requirements
on EJB container/server providers which enable
interoperability for invocations on enterprise beans. These
requirements enable communication with J2EE clients
including JavaServer Pages, Servlets, Application Clients as
well as with enterprise beans in other EJB containers. The
goal of these features is to allow enterprise bean
invocations to work even when client components and
enterprise beans are deployed in J2EE products from
different vendors. Support for interoperability between
components includes transaction propagation, naming services
and security services.


The interoperability mechanisms in EJB 2.0 are based on the
IIOP protocol from the Object Management Group. The
extensions supporting distributed transaction propagation,
security (using SSL) and naming service access are all based
on OMG standards. J2EE container products may also use
vendor-specific protocols in addition to IIOP.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the basic and subtypes of enterprise java beans (ejb)?

541


What is mdb?

558


What is backing bean?

612


What is stateless programming?

608


How to create ejb project in eclipse?

543






The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?

572


What do you mean by ejb ql?

581


What is ejb bean in java?

594


What do you mean by EJB architecture?

583


What is activemq used for?

517


What do you mean by timer service and where it is used?

519


What are the limitations of using local object?

543


What is ejb home object?

573


What do you mean by abstract schema?

570


What are the components of ejb?

570