I have a service object that can be connected to via RMI. Currently I\'m doing this:
Server
Registry r = LocateRegistry.createRegistry(1
Not impossible, but not terribly practical because the registry communicates the stub object of the exported object to the client (see http://www.developer.com/print.php/3455311). If you don't have another mechanism for that, you'll be stuck. Use of a registry in distributed systems has other benefits, so I'd actually recommend keeping it for other reasons (location transparency, etc).