Basically, I have set up a chat program using http request. One person sends a message to the servlet, it gets stored in a StringBuffer. Other end of chat polls using http requests, and if a message is sitting there for them, it sends it back in a response header.
It has to be multilingual...