Found two interesting projects using MINA *Naggati* - is a library that makes it easy to build protocol filters for mina 2.0 using this sequential style. A DSL allows you to write the decoder in sequence, but each decoding step is actually a state in a state machine, and when one step is finished decoding, it calls the code block for the next step.
http://robey.lag.net/2009/03/02/actors-mina-and-naggati.html Source: http://github.com/robey/naggati Source of this info was http://blog.redfin.com/devblog/2010/05/how_and_why_twitter_uses_scala.html *protobuf-mina-rpc* - An RPC channel implementation for Google Protocol Buffer. Currently only synchronously calling Java protobuf services from a Python client is supported Source: http://code.google.com/p/protobuf-mina-rpc/ Source of this info was http://groups.google.com/group/protobuf/browse_thread/thread/5a8766e4dc7b8177?pli=1 Should we contact the owners and add these to Related Projects? thanks ashish