posted 17 years ago
Hi all,
I'm done with most of the coding on the B&S project now, but I have some questions.
First, should the users be able to specify on which ports the RMI registry and server should run on, e.g.
Once the client does a lookup on the service it doesn't need to provide a port to the server, only to the remote registry, e.g.
So there is no need to ask the client for the server port, but only the host and registry port if we allow it to be other than the default 1099. It would nonetheless be good to let the server run on a user-specified port if the server runs behind a firewall.
I guess it would also be good to allow changing the name of the RMI service in both the client and server mode. This way we can connect to different services and we would also avoid RMI service name conflicts.
Thoughts on this?
Regards,
Mattew
[ August 21, 2007: Message edited by: Mattew Force ]