|
-
September 15th, 2000, 05:27 AM
#1
Applet/Servlet communication
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
-
September 19th, 2000, 08:19 PM
#2
Re: Applet/Servlet communication
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|