Content deleted Content added
Added links to Fnorb and Perl ORB - derek |
"Ada" doesn't need to be mentioned repeatedly |
||
Line 11:
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 object]]s can then be called from other [[program]]s (or CORBA [[object]]s) 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|interface definition language]], to specify the [[interface]]s that [[object]]s will present to the [[world]]. CORBA then specifies a "[[mapping]]" from [[IDL]] to a specific [[implementation language]] like
The CORBA IDL is only one example of an IDL.
|