Common Object Request Broker Architecture: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted section blanking Mobile edit Mobile web edit
No edit summary
Tags: Reverted section blanking Mobile edit Mobile web edit
Line 18:
}}
The '''Common Object Request Broker Architecture''' ('''CORBA''') is a [[Standardization|standard]] defined by the [[Object Management Group]] (OMG) designed to facilitate the communication of systems that are deployed on diverse platforms. CORBA enables collaboration between systems on different operating systems, [[programming language]]s, and computing hardware. CORBA uses an object-oriented model although the systems that use the CORBA do not have to be object-oriented. CORBA is an example of the [[distributed object]] paradigm.
 
== Versions history ==
This table presents the history of CORBA standard versions.<ref>{{cite web
| url=http://www.omg.org/gettingstarted/history_of_corba.htm
| title=History of CORBA
| publisher=[[Object Management Group]]
| access-date=12 March 2017}}</ref><ref>{{cite web
| url=http://www.corba.org/history_of_corba.htm
| title=History of CORBA
| publisher=[[Object Management Group]]
| access-date=4 June 2017}}</ref>
{| class="wikitable"
|-
!width=60| Version
!width=110| Version Date
!width=400| Highlights
|-
|1.0||October 1991||First version, C mapping
|-
|1.1||February 1992||Interoperability, C++ mapping
|-
|1.2||December 1993||-
|-
|2.0||August 1996||First major update of the standard, also dubbed '''CORBA 2'''
|-
|2.1||August 1997||-
|-
|2.2||February 1998||Java mapping
|-
|2.3||June 1999||-
|-
|2.4||August 2000||-
|-
|2.5||September 2001||-
|-
|2.6||December 2001||-
|-
|3.0||July 2002||Second major update of the standard, also dubbed '''CORBA 3'''<br/>CORBA Component Model (CCM)
|-
|3.0.1||November 2002||-
|-
|3.0.2||December 2002||-
|-
|3.0.3||March 2004||-
|-
|3.1||January 2008||-
|-
|3.1.1||August 2011||Adopted as 2012 edition of ISO/IEC 19500
|-
|3.2||November 2011||-
|-
|3.3||November 2012||Addition of ZIOP
|-
|}
 
== Servants ==