I am doing a distributed messaging system with RMI.
I have a central server which runs RMI registry.
The clients need to connect to the the server, to see which other clients are online and then start communicating directly between them p2p. The clients will not be running RMI registry.
How is it possible to have the clients chatting directly between them ? I understand that they should expose some kind of functionality, but how do the other clients find out ?
I have a central server which runs RMI registry.
The clients need to connect to the the server, to see which other clients are online and then start communicating directly between them p2p. The clients will not be running RMI registry.
How is it possible to have the clients chatting directly between them ? I understand that they should expose some kind of functionality, but how do the other clients find out ?