We've been using JETTY's suspended servlet implementation to roll our own COMET web applications using JSON messages and XStream.
Does anyone have experience with Resin's implementation of COMET and how they compare?
Also more generically than COMET does anyone have suggestions on the best Java Suspended servlet 3.0 implementation.
Here are some resources:
- COMETD - JETTY resource for the various COMETD implementations
- Resin's Hessian streaming COMET implementation example
- JETTY COMET Suspend Servlet Performance