Hello folks. Annoying problem I am having:
I have a client::server application connected via RMI, the problem is if the client calls a remote method, and the server needs to then call a remote method on the client inside the original method call from the client (I hope that makes sense :D) -...