[ 
https://issues.apache.org/jira/browse/DIRMINA-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny updated DIRMINA-237:
--------------------------------------
    Description: 
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):

{code}
<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>
{code}

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.

  was:
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.


> Improve Spring integration
> --------------------------
>
>                 Key: DIRMINA-237
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-237
>             Project: MINA
>          Issue Type: Improvement
>    Affects Versions: 0.9.4
>            Reporter: Niklas Therning
>            Assignee: Ashish Paliwal
>            Priority: Minor
>             Fix For: 2.0.8
>
>
> 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):
> {code}
> <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>
> {code}
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to