The Apache Tomcat web containers supports web sockets. The basic web sockets samples it includes can serve as a great jump start. The following video clip shows the execution of one of these samples.

The Visitor Design Pattern
The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.