Jump to content

Common Object Request Broker Architecture: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 10: Line 10:


==Implementations==
==Implementations==
C
* Digital Equipment Corp.
* IBM: Distributed System Object Model (DSOM)
* IBM: Distributed System Object Model (DSOM)
* ICL
C++
* Expersoft
* Hewlett Packard
* IONA Technologies: Orbix - first complete CORBA implementation with a C++ binding
* IONA Technologies: Orbix - first complete CORBA implementation with a C++ binding
* Digital
* Sun
Smalltalk
* Hewlett Packard
* Hewlett Packard
* Sun


==Publications==
==Publications==

Revision as of 03:46, 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
  • Hewlett Packard
  • IONA Technologies: Orbix - first complete CORBA implementation with a C++ binding
  • Sun

Smalltalk

  • Hewlett Packard

Publications

Links