In RMI, while getting the remote reference, we specify the IP address of the host computer. How do we specify this in CORBA?
Created May 4, 2012
ranjit33 ramsham RMI is a location dependent architecture, while CORBA is location transparent. It is transparent to the client where the distributed object is running. Clients obtain object references to distributed objects using the name server.