Accessing a Session Bean from CORBA and RMI Clients

Different technologies exist today that provide distributed computing for enterprise applications. Of them, Remote Method Invocation (RMI), Internet Inter-ORB Protocol (IIOP), and the Component Object Model/Distributed Component Model (COM/DCOM) are frequently used in applications. EJB is not a distributed computing technology but a distributed computing architecture. The underlying distributed computing technology that EJB 2.0 specifies is RMI over IIOP. Why is there a combination of two technologies instead of just one? To understand the reason behind this, you need to see how distributed computing technologies have evolved in Java.

The first support for writing distributed applications was ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.