CORBA Static Method Invocation - A Step by Step guide
CORBA Static Method Invocation - A Step by Step guide
- Define Object classes using IDL
- object tell their potential clients what operations are available and how they should be invoked
- IDL defines the types of objects, their attributes, the method they export and the method parameters.
- Run IDL file through a language precompiler
- produces language skeletons for the implementation server classes