Hello, I have coded a programming assigment for the uni using Mina. I had to develop a simple chat server which broadcasts the messages from clients to all the connected clients. So I started from the Reverse example and added my functionality to an IoHandler which keeps a container with all the sessions. Later on, I added Spring for configuration, and later on, I used a few Spring JMX annotations (so Java 5.0 is required) for showing how to expose functionality via JMX. So, there are different source directories which show that evolution in characteristics.
I have placed the sources here: http://pitagoral.com/projects/ChatServer_source.tar.gz http://pitagoral.com/projects/ChatServer_with_dependencies.tar.gz I think they can be useful for newbies to Mina and/or as example of using Spring to configure a Mina application. And lastly, I appreciate the Mina framework ... it has been very nice to get to know it a bit better. Thanks, Pablo
