Jump to content

Common Object Request Broker Architecture: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
 
Line 11: Line 11:
==Implementations==
==Implementations==
C
C
* Digital Equipment Corp.
* Digital Equipment Corp.: ObjectBroker
* IBM: Distributed System Object Model (DSOM)
* IBM: Distributed System Object Model (DSOM)
* ICL
* ICL

Latest revision as of 04:21, 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.: ObjectBroker
  • 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