Despite its simple design, the Hello World program lets you learn and experiment with all the tasks required to develop almost any CORBA program that uses static invocation.
The steps in the process of communication between the client and server are:sayHello
operation of the HelloServer.
sayHello
method runs,
returning a Java String
.
String
back to the client.
String
.