Should I use
CORBA in preference to RMI? Or DCOM? Or what?
When I try to
bind my RMI server to the RMI registry I get an error "Connection
refused"
I don't want to
run a separate process for the RMI registry, since I only have the one RMI
server process, and should always be running. Can I do this?
Does RMI use
HTTP?
How do I make a
class a RemoteObject if it can't extend Unicast Remote Server because it
already extends another class?