Jean-Francois Arcand of the Tomcat team has implemented DWR Reverse Ajax in Grizzly:

The Grizzly framework has been designed to help developers to take advantage of the Java™ NIO API. Originally developed under the GlassFish umbrella, the framework is now available as a standalone project. Grizzly goals is to help developers to build scalable and robust servers using NIO.

From DWR you can grab continuations in Grizzly via:

JAVA:

  1.  
  2. GrizzlyContinuation continuation = Continuation.getContinuation();
  3. continuation.suspend(timeout);
  4.  

Source: Ajaxian
Original Article: http://feeds.feedburner.com/~r/ajaxian/~3/191225604/grizzly-attacks-dwrs-reverse-ajax-to-support-the-comet-implementation

Comments are closed.



Site Navigation