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