Help


from Wikipedia
« »  
CORBA uses an interface definition language ( IDL ) to specify the interfaces which objects present to the outer world.
CORBA then specifies a mapping from IDL to a specific implementation language like C ++ or Java.
Standard mappings exist for Ada, C, C ++, Lisp, Ruby, Smalltalk, Java, COBOL, PL / I and Python.
There are also non-standard mappings for Perl, Visual Basic, Erlang, and Tcl implemented by object request brokers ( ORBs ) written for those languages.
At the OMG March 2012 meeting the OMG recommended the new IDL to C ++ 11 language mapping for adoption.
Currently a formal revised submission has been posted online, before the end of April 2012 the OMG will publish a beta 1 version of this new language mapping.

1.855 seconds.