Jump to content

Common Object Request Broker Architecture: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 15: Line 15:
* ICL
* ICL
C++
C++
* Expersoft
* Expersoft: PowerBroker
* Hewlett Packard
* Hewlett Packard: HP ORB Plus
* IONA Technologies: Orbix - first complete CORBA implementation with a C++ binding
* IONA Technologies: Orbix - first complete CORBA implementation with a C++ binding
* Sun
* Sun

Revision as of 03:56, 13 January 2021

The Common Object Request Broker Architecture (CORBA) is a standard that describes communication between software objects between otherwise incompatible systems. The standard is dictated by the Object Management Group.

History

  • 1.0 (Oct 1991): C mapping
  • 1.1 (Feb 1992): C++ mapping
  • 1.2 (Dec 1993)
  • 2.0 (Aug 1996)
  • 2.1 (Aug 1997)
  • 2.2 (Feb 1998): Java mapping

Implementations

C

  • Digital Equipment Corp.
  • IBM: Distributed System Object Model (DSOM)
  • ICL

C++

  • Expersoft: PowerBroker
  • Hewlett Packard: HP ORB Plus
  • IONA Technologies: Orbix - first complete CORBA implementation with a C++ binding
  • Sun

Smalltalk

  • Hewlett Packard

Publications

Links