http://mina.apache.org/mina-v20-quick-start-guide.html
Nice simple tutorial, great stuff.
One point, is that after the second code snippet it reads: "If you
are interested in adding a thread model to the SocketAcceptor,
please read the Configuring Thread Model tutorial.".
However, within the linked tutorial it then reads: "MINA 2.0 and
later versions doesn't have ThreadModel anymore. Please skip this
section if you are using them."
Given the latter statement, there seems little point in linking to
it from a MINA 2.0 starter guide.
<pedant mode="on">
BTW "later versions doesn't have ThreadModel" should read "later
versions *don't* have [a|the] ThreadModel"
Regards