I am not really doing anything crazy with Spring, just an acceptor, handler and filter chain. One item that might be nice is a way to order the filters in the chain. Right now its a map. I am not sure if filters stay in order when you use Spring.
I would like to Spring-enable more classes, especially filters but things are fine right now for my requirements. On Sat, Nov 1, 2008 at 4:27 PM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Mark Webb wrote: >> >> After letting the dust settle on this thread, I can say that I agree >> with what Alex is saying. I think a 2-way system makes complete >> sense. > > Ok. We then will create a branch named mina-new-chain then, in which we will > experiment. Be ready for some bad butchering :) >> >> One great interest I have in this is how will it work with >> containers such as Spring. I have been using MINA with Spring alot >> lately and want to make sure we keep this support in our system. >> > > Having some feedback on how you are using MINA with Spring could be > interesting. Atm, we have some coupling with xbean which is quite complex to > decipher, and this is certainly not something we want to break... > > Maybe a thread discussing MINA + Spring could help a lot to avoid big > mistakes to be done while refactoring the code. > > But keep in mind that we can't afford to slaughter MINA current code as we > are using it in ADS, and we don't really want to re-implement from scratch > everything we have done, so trust me on that, we are going to be very > cautious ! > > Thanks ! > > -- > -- > cordialement, regards, > Emmanuel Lécharny > www.iktek.com > directory.apache.org > > >
