Content deleted Content added
Derek~enwiki (talk | contribs) Fixed typo |
Derek~enwiki (talk | contribs) Fixed erroneous description of the relationship between CORBA and its IDL |
||
Line 3:
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 is more than just a language, platform neutral [[remote procedure call]] specification. It defines commonly needed services such as transactions and security.
|