Jump to content

Common Object Request Broker Architecture: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
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]].
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==
==Publications==

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