Grizzly attacks: DWR’s Reverse Ajax to support The Comet Implementation
Written by on November 27th, 2007 in Ajax News.
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:
-
-
GrizzlyContinuation continuation = Continuation.getContinuation();
-
continuation.suspend(timeout);
-
Source: Ajaxian
Original Article: http://feeds.feedburner.com/~r/ajaxian/~3/191225604/grizzly-attacks-dwrs-reverse-ajax-to-support-the-comet-implementation