Content deleted Content added
m Not *the* way... |
Removing extraneous bold/italic |
||
Line 1:
'''CORBA'''
therefore provides platform and ___location transparency for well-defined objects, which are the fundamental underpinnings of any [[Distributed computing]] platform.
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
(CORBA IDL is only one example of an
CORBA is most widely used with C++ or Java, but it is also usable with C, Python, Perl and Tcl, and therefore allows easy interoperability between all those languages.
|