Common Object Request Broker Architecture: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 10:
(CORBA IDL is only one example of an IDL)
 
CORBA is most widely used with C++ or Java, but it is also usable with Smalltalk , C, Python, Perl and Tcl, and therefore allows easy interoperability between all those languages.
 
CORBA is more than just a language and platform neutral [[remote procedure call]] specification. It defines commonly needed services such as transactions and security.