CORBA Components (2)
Object Implementation
- defines operations that implement a CORBA IDL interface.
- can be written in a variety of languages including C, C++, Java, Smalltalk, and Ada
Client
- the program entity that invokes an operation on an object implementation
Object Request Broker (ORB)
- provides a mechanism for transparently communicating client requests to target object implementations
- makes client requests appear to be local procedure calls