Hi,
is there still some integration with servlet 3.0 asynchronous support or do I need a plain servlet to use it?
Thank you
Hi,
is there still some integration with servlet 3.0 asynchronous support or do I need a plain servlet to use it?
Thank you
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).
Use Spring 3.2 or 3.1 with plain servlet api.
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/