[b]Applet-Servlet communication with Socket connection problem?[/b]
843841Nov 21 2004 — edited Sep 25 2008hey...
I am now developing a Applet-Servlet communication online game with Http Connection.I have ever tried to use Socket but it seem not to be used on Applet-Servlet communication because of sercurity problem.Actually,some books use Socket API to teach how to communicate between servlet and Applet .
I want to know how to develop a sucessful Applet-Servlet socket communication program?
thank..