On Tue, Jul 5, 2011 at 9:34 PM, Alan D. Cabrera <[email protected]> wrote: > > On Jul 4, 2011, at 12:14 PM, Julien Vermillard wrote: > >> About the chain manipulation, I'm agreeing with you, we can drop the >> addBefore/addLast thingy and stick to the List API. >> Everybody know how to add/insert stuff in a plain old java list >> >> The FilterChain is needed for supporting methods for dispatching >> events (write/read/open/close/exceptions) and provide some magic for >> inserting SEDA in the processing chain. >> But the user can just see a List, I'm really Ok if we all agree :) > > You all are going to see me attempt to remove as many classes as I can from > our Mina API. IMO, we have way too many of them; an artifact of pre-generics > days I imagine. Hope that's ok with you all.
The smaller the API surface area the better for us the maintainers. Go for it! Alex
