I also have been surfing the web to find out how to implement
an applet-to-servlet communication link over a persistent http connection.
There is a working implementation available for download at
http://www.ustobe.com/
After clicking on the 'news' item in the menu, there are links
available to
Hi everybody!
I've encountered a problem with Tomcat4-b5:
We implemented a client/server system for a callcenter. The client is an
applet running in a browser. The server is a servlet running in
Tomcat4-b5. The client sends a request to the servlet and waits for the
answer from the servlet. The