|
XORBA is a C++ framework
that allows developers to implement distributed object communications.
C++ objects (created using normal C++ classes and the new operator)
may be defined and created in one process and accessed in another process
in a transparent manner. The XORBA framework will make your remote objects
look like objects that can be manipulated like any C++ object.
|