Connecting to an RMI object without registry
- by Mark Probst
I think I need to connect to a remote RMI object without going through the registry, but I don't know how.
My situation is this: I'm implementing a simple job distribution service which consists of one distributor and multiple workers. The distributor has a registered RMI object to which clients connect to send jobs, and workers connect to accept…