Common Object Request Broker Architecture: Difference between revisions
Appearance
Created page with "The Common Object Request Broker Architecture, better known by its acronym '''CORBA''' is a standard that describes communication between software objects between otherwise in..." |
No edit summary |
||
Line 7: | Line 7: | ||
* [[Object-Oriented Programming Using SOM and DSOM:Introduction:SOM, OMG and CORBA]] | * [[Object-Oriented Programming Using SOM and DSOM:Introduction:SOM, OMG and CORBA]] | ||
* [[Object-Oriented Programming Using SOM and DSOM:Introduction:SOM IDL, CORBA IDL, and ODL]] | * [[Object-Oriented Programming Using SOM and DSOM:Introduction:SOM IDL, CORBA IDL, and ODL]] | ||
* [[Thomas Ledoux]]: [http://www.emn.fr/ledoux/Publis/ecoop97-workshop.ps.gz Implementing Proxy Objects in a Reflective ORB] - Originally published as part of Proceedings of ECOOP 97; Workshop "Corba: Implementation, Use and Evaluation". | |||
[[Category:Object oriented technologies]] | [[Category:Object oriented technologies]] |
Revision as of 15:08, 8 August 2016
The Common Object Request Broker Architecture, better known by its acronym CORBA is a standard that describes communication between software objects between otherwise incompatible systems. The standard is dictated by the Object Management Group.
Links
- Object Management Group (OMG) - Home of the CORBA standard
Publications
- Object-Oriented Programming Using SOM and DSOM:Introduction:SOM, OMG and CORBA
- Object-Oriented Programming Using SOM and DSOM:Introduction:SOM IDL, CORBA IDL, and ODL
- Thomas Ledoux: Implementing Proxy Objects in a Reflective ORB - Originally published as part of Proceedings of ECOOP 97; Workshop "Corba: Implementation, Use and Evaluation".