| |
| | CORBA |
 | | For example, CORBA is a profile that defines an interface syntax IDL for expressing the object model, language mappings to and from that syntax, and an inter-ORB protocol. |
 | | CORBA architecture figure p 40: clients use IDL stubs (implicitly), DII, and the ORB interface (e.g., to locate services); object implementations use the Orb interface, IDL skeletons (implicitly), DSI, and object adapters (to map object refrences to servants). |
 | | CORBA uses IDL to define a number of interfaces that specify functionality provided by the ORB so that there is an unambiguous language-independent specification of the operations and their parameter types, return types, and exceptions. |
| www.cs.uic.edu /~troy/fall04/cs441/drake/CORBA.html (16048 words) |
|