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 is mean by OLE ? Please answer me. Advance thanks.

0 Answers   Excel,


What is persistence?

2 Answers  


Define SessionContext ?

0 Answers  


Can beans who are involved in transaction have 'passivation' process?

0 Answers  


How to invoke ejb from java client?

0 Answers  






What are the system services of ejb container?

0 Answers  


Can Container managed Bean-Managed Persistence ?

0 Answers   Sony,


How does ejbs work?

0 Answers  


difference b/w the hybernate and entity bean

6 Answers   Wipro,


Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?

0 Answers  


What is the difference between ejbcreate() and ejbpostcreate?

0 Answers  


List some key actors in persistence api.

0 Answers  


Categories