Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-237

Improve Spring integration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.9.4
    • 2.0.8
    • None
    • None

    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):

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

      Attachments

        Activity

          People

            paliwalashish Ashish Paliwal
            niklas@trillian.se Niklas Therning
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: