Click to See Complete Forum and Search --> : Applet/Servlet communication


mdenis
September 15th, 2000, 05:27 AM
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

RedSeaProduction
September 19th, 2000, 08:19 PM
Try using the httpUrlConnection class. If I understand things correctly this class allows for socket communication even behind firewalls. Please post to tell me if this works for you.