CORBA is a distributed component architecture defined by the Object Management Group (OMG). EAServer supports the CORBA Internet Inter-ORB Protocol (IIOP). EAServer also provides a CORBA-compatible C++ client-side interface. These two items allow you to create CORBA EAServer C++ applications. C++ components and clients are also interoperable with clients and components using other technologies.
The dynamic invocation interface (DII) is not supported.
For information on the CORBA architecture, see the specifications available at the OMG Web site.
A tutorial is available
If you are new to EAServer, follow the steps in Chapter 10, “Tutorial: Creating C++ Components and Clients” to get aquainted with
the C++ development and deployment cycle.