How do I pass the data from the servlet to the applet without the request from the applet side ?
I tried to do it via sockets - it works, but this approach will not work in the protected networks where clients are behind the firewall.
Could anyone help me ?
Thanks