Introduction - If you have any usage issues, please Google them yourself
CORBA provides a standard mechanism for defining the interfaces between components as well as some tools to facilitate the implementation of those interfaces using the developer’s choice of languages.
Two features that CORBA provides are:
• Platform independence
• Language independence
Platform independence means that CORBA object can be used on any platform for which there is a CORBA orb implementation.
Language independence means that CORBA objects and clients can be implemented in just about any programming language.