March 2003
Intermediate to advanced
912 pages
27h 17m
English
CORBA (Common Object Request Broker Architecture) is an application framework that provides interoperability between objects, built-in (possibly) different languages, running on (possibly) different machines in heterogeneous distributed environments.
CORBA 1.1 was introduced in 1991 and defined the Interface Definition Language (IDL) and the Application Programming Interfaces (APIs) that enable client–server object interaction within a specific implementation of an Object Request Broker (ORB); see Figure 29.3. CORBA 2.0, adopted in December 1994, tackled interoperability by specifying how ORBs from different vendors can interoperate.
An ORB is the middleware that establishes the client–server relationships ...