Results 1 to 5 of 5

Thread: Support for Asynchronous Servlet 3.0

  1. #1
    Join Date
    Mar 2007
    Posts
    566

    Default Support for Asynchronous Servlet 3.0

    Hi,

    is there still some integration with servlet 3.0 asynchronous support or do I need a plain servlet to use it?

    Thank you

  2. #2
    Join Date
    Jul 2012
    Posts
    4

    Default

    No answer? I could imagine that there needs a lot to be done because, for example, the JDBC connection/transaction handling and possibly lots of other mechanisms are tied to the request via the processing thread (as far as I understand it).

  3. #3
    Join Date
    Mar 2007
    Posts
    566

    Default

    Use Spring 3.2 or 3.1 with plain servlet api.

  4. #4
    Join Date
    Jul 2012
    Posts
    4

    Default

    Quote Originally Posted by spgmx View Post
    Use Spring 3.2 or 3.1 with plain servlet api.
    What's different in Spring 3.1 relating to this?

  5. #5
    Join Date
    Mar 2007
    Posts
    566

    Default

    3.0 had no Servlet 3.0 support
    3.1 has Servlet 3.0 support
    3.2 has explicit asynchronous support:
    http://blog.springsource.org/2012/05...async-support/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •