top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can we use a servlet as a proxy for communications between two applets?

0 votes
337 views
How can we use a servlet as a proxy for communications between two applets?
posted Nov 12, 2015 by Dominic

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

One way to accomplish this is to have the applets communicate via TCP/IP sockets to the servlet. The servlet would then use a custom protocol to receive and push information between applets. However, this solution does have firewall problems if the system is to be used over and Internet verses an Intranet.

answer Nov 13, 2015 by Karthick.c
...