About CORBA
From the Object Modeling Group:
CORBA is the acronym for Common Object Request Broker Architecture, OMG's open, vendor-independent architecture and infrastructure that computer applications use to work together over networks. Using the standard protocol IIOP, a CORBA-based program from any vendor, on almost any computer, operating system, programming language, and network, can inter-operate with a CORBA-based program from the same or another vendor, on almost any other computer, operating system, programming language, and network.
CCS uses CORBA to connect disparate program objects in a distributed computing environment. This technology was used in the development of an Enterprise Integration Application (EIA) using an open source broker, and XML messages.
If you have a need to connect multiple computing environments the use of CORBA can greatly simplify the session management and connectivity issues in developing remote distributed systems.
|