How does a CORBA client specify where to find the CORBA server when running on different JVM's?
Created May 4, 2012
Robert Castaneda No that is not correct. In CORBA, you can use the name service to locate an object. The server should do the following:
resolve_initial_references to the naming service
construct a name
associate the name and object in the naming service
resolve_initial_references to the naming service
construct a name
use the naming service to resolve an object from the name
On the client side: