Cooperation of EJB and other distributed objects frameworks
- Since EJB 1.1, the container must support (at least) IIOP as the communication protocol
between stub and the container
- Due to using IIOP, the Enterprise Bean may be accessed from any CORBA-compliant client (written in any language for which the CORBA mapping exists)
- Nothing prevents the EJB bean to contact other CORBA objects using IIOP
- RMI/IIOP systems may be also integrated
|