Why not use the Atmosphere framework? https://atmosphere.dev.java.net/ It will try to use Servlet 3.0 by default, if this is unavailable it will use container native implementation (continuations for Jetty, AIO for Tomcat, Grizzly for GF). If these are unavailable, it will happily fallback to a blocking thread per request.
HTH On May 28, 11:16 pm, Smiley <[email protected]> wrote: > I'm wondering if the gwt 2.1 release will include the Servlet 3.0 > specification? I'm currently using jetty continuations for suspending > my requests but i would like to switch to Servlet 3.0 API in the > future. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
