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

Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.

1 Answers   ITC Infotech,


What is Enterprise JavaBeans (EJB)?

0 Answers  


How to determine two identical beans?

1 Answers  


EJB containers supports what kind of transaction attributes?

1 Answers  


What were entity beans?

0 Answers  






what are main features in EJB?

2 Answers  


What is entity bean?

0 Answers  


Why do we need ejb?

0 Answers  


Enlist the enterprise beans types?

0 Answers  


What is the difference between find and select methods in ejb?

0 Answers  


explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...

2 Answers   HCL,


Does spring use ejb?

0 Answers  


Categories