Can an applet communicate with an instance of a servlet

Posted by mithun1538 on Stack Overflow See other posts from Stack Overflow or by mithun1538
Published on 2010-04-02T11:58:27Z Indexed on 2010/04/02 14:03 UTC
Read the original article Hit count: 161

Filed under:
|
|

Hello everyone,

I have an applet that communicates with a servlet using Http (Not sockets). Currently, each instance of the applet (i.e. when each applet is run by a different client on a different computer), all the instances communicate with the same servlet. What I want is that each instance of the applet communicate with different instances of the same servlet. Is this possible?

© Stack Overflow or respective owner

Related posts about applet

Related posts about servlets