On Jul 27, 2011, at 6:51 AM, Chris S wrote: > Any hint, how to solve this puzzle, or what i am doing wrong ? > I hope Mina 3.0 gets more simplified, there are to many ways to to the same > thing. We have IOFilter, Protocol de/encoder etc. its quite confusing, what > to use when.
I feel your pain. There's way too many classes in Mina and I am working very hard to delete as many as I can. I have my own sketch in the sandbox in adc. If you don't mind I'll use your compression filter as an example and hopefully it will look a bit cleaner that what mina 2.0 makes you do. With that said I recommend extensive logging. Always pepper network code with logging from the start, you never know when you'll need it. Regards, Alan
