This example shows the creation of a private connection to a remote server in the Real-time ORB.
This example uses the following source files: hello.idl, Server.java, Client.java, and GreetingServiceImpl.java
runrt com.prismtech.ofj.examples.corba.connections.Server
This should output "GreetingServer running in RT .. awaiting calls"
upon successful execution.
runrt com.prismtech.ofj.examples.corba.connections.Client
The output from the server is:
GreetingService called by Client Connections Client
The output from the client is:
Response from server is Hello Connections Client