The example application client that follows: |
Creates an ORB |
Obtains a reference to the naming context |
Looks up "Hello" in the naming context and receives a reference to that CORBA object |
Invokes the object's sayHello() operation and prints the result |