| Author |
RMI between 2 computers
|
John Eipe
Ranch Hand
Joined: May 23, 2008
Posts: 205
|
|
Hi
I had been learning RMI and successfully completed it on my local machine. But how do I make it work in a Network.
Also, How do I pass the Interface and the stub to the client machine?
Thanks,
|
www.cs-repository.info
|
 |
Ram Narayan.M
Ranch Hand
Joined: Jul 11, 2010
Posts: 244
|
|
jar packaging of only Remote Interfaces should be available at the client side...
And to refer the RMI Registry from the Client, should furnish the "IP Address" and "Port" at which RMI registry listens, in the program...
|
SCJP 6 [SCJP - Old is Gold]
|
 |
 |
|
|
subject: RMI between 2 computers
|
|
|