CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Moscow, Russia
    Posts
    35

    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


  2. #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
  •  





Click Here to Expand Forum to Full Width

Featured