> > I've recently started building an nio application on top of MINA. I > > found the following catered for pretty much everything I needed: > > > > http://mina.apache.org/mina-v20-quick-start-guide.html <- shows using > > NioSocketAcceptor/Connector. > > > > http://mina.apache.org/tutorial-on-protocolcodecfilter-for-mina-2x.html > > <- implemented custom protocol > > > > http://mina.apache.org/report/trunk/xref/org/apache/mina/example/sumup/ > > <- using many Message types in the custom protocol (only AddMessage is > > implemented but its pretty clear how to add more). > > Or you can have a look at the Proxy example : > > http://mina.apache.org/report/trunk/xref/org/apache/mina/example/proxy
Thanks to both Michael and Emmanuel for the suggestions. The Proxy code was new to me and very enlightening. -- Gonzalo Diethelm DCV - Chile
