Common Object Request Broker Architecture: Difference between revisions

Content deleted Content added
CORBA in *not* used almost exculsively with C++, and removed rant about C++ influences on IDL
m Forgot tcl in the languages list
Line 8:
(CORBA IDL is only one example of an ''IDL'')
 
CORBA is most widely used with C++ or Java, but it is also usable with Python, Perl and PerlTcl, and therefore allows easy interoperability between all those languages.
 
CORBA is more than just a language, platform neutral [[remote procedure call]] specification. It defines commonly needed services such as transactions and security.