[ http://issues.apache.org/jira/browse/DIRMINA-237?page=comments#action_12429596 ] Trustin Lee commented on DIRMINA-237: -------------------------------------
It would be nice if we can specify the default allocator very easily including whether to use direct buffer or to use heap buffer. (idea from Michael Bauroth) > Improve Spring integration > -------------------------- > > Key: DIRMINA-237 > URL: http://issues.apache.org/jira/browse/DIRMINA-237 > Project: Directory MINA > Issue Type: Improvement > Affects Versions: 0.9.4 > Reporter: Niklas Therning > Priority: Minor > > The Spring integration module is in need of an overhaul. There are some > things that aren't that simple to configure like the default IoService > config. Also, Spring 2.0 is due to be released very soon. We should add > support for the custom XML configuration feature introduced with Spring 2.0. > That would let users write things like (just brainstorming here): > <mina:acceptor type="socket" tcpNoDelay="true" reuseAddress="true" > threadPoolMaxSize="20" threadPoolKeepAlive="30000"> > <mina:bind address=":23" handler="telnetHandler"/> > <mina:bind address=":80" handler="httpHandler"/> > <mina:bind address=":443" handler="httpHandler"> > <mina:filter ref="sslFilter"/> > </mina:binding> > </mina:acceptor> > Of course, we should still support and make life easier for people who don't > use Spring 2.0. > I'd like to know what people using the Spring integration think should be > made to make it easier to use. Please add your comments to this issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
