CORBA Application Development
1. Define interfaces to the objects in your system using CORBA IDL.
2. Compile these using IDL compiler : this compiler is language specific.
IDL - Java compiler generates Java code from IDL definitions.
This Java code contains client stub code which allows client code development and
A skeleton code which allows implementation of server object code.