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



How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE produc..

Answer / 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

More EJB Interview Questions

What do you mean by ejb?

0 Answers  


What are the attributes of transaction in ejb?

0 Answers  


whatis the diff between ejb and servlet/jsp

6 Answers   TCS,


what is mean by RMI ? Please answer me. Advance thanks.

3 Answers   Excel,


What changes have been made in ejb 2.0 specifications?

0 Answers  






Basic types of Enterprise JavaBeans?

4 Answers   TCS,


what is the difference between stateless and stateful sessions?

10 Answers   HCL,


Why does EJB needs two interfaces, Home and Remote Interface?

4 Answers  


What is activemq used for?

0 Answers  


What is EJB server?

0 Answers  


Is functional programming stateless?

0 Answers  


What are the various methods of an Entity Bean?

1 Answers  


Categories