Content deleted Content added
No edit summary |
m fix ugly links, even if they are hidden; ==External link== |
||
Line 6:
In a general sense CORBA "wraps" code written in another language into a bundle containing additional information on the capabilities of the code inside, and how to call it. The resulting wrapped objects can then be called from other programs (or CORBA objects) over the network. In this sense CORBA can be considered as a machine-readable documentation format, similar to a [[header file]] but with considerably more information.
CORBA uses an [[Interface Definition Language]], or [[IDL]], to specify the interfaces that objects will present to the world. CORBA then specifies a "mapping" from IDL to a specific implementation language like [[
(CORBA IDL is only one example of an IDL)
Line 14:
CORBA is more than just a language and platform neutral [[remote procedure call]] specification. It defines commonly needed services such as transactions and security.
==External link==
* http://www.omg.org/
|