Let's imagine this scenario, the Web Server receives an event with a
string, and I want to communicate with the Client (RMIServer) to
display a window with that same string. For this I need to invoke a
Clients method in the Web Server.
The problem is I can only open 1 port to communicate. Is this because
I am using an Applet? would it work by using an Application? any other
suggestion?
thanks in advance,
Ricardo Magalhães