Chat Applet Communicating with a Servlet
When coding a Chat application in Java that should be availible on the Web a good choice is to have an applet communicating with a servlet. Although sockets can be used, a better alternative is to use a high-level connection with HTTP.
Continue Reading 24 comments September 11th, 2006




