Servlet 3.0 Asynchronous API or Atmosphere? Easy decision!
Posted by jfarcand on November 6, 2009 at 12:38 PM EST
This blog has moved here
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- jfarcand's blog
- 6969 reads






Comments
Meteor and notifications
by aaime - 2009-11-24 10:08
Hi, the Meteor/servlet integration is really interesting. Let's say I have an existing application and that I just want to be notified of when the client drops the connection. The Meteor API does not look like it's providing such ability. Is it implementable, or I'm just looking for unicorns here? ;-)You are right. If you want to
by jfarcand - 2009-11-27 09:19
You are right. If you want to get notified when the client close the remote connection. If you want to to get notified when the connection close and use the Meteor, you will need to extend the ReflectorServletProcessor ... let's continue the discussion on users@atmosphere.dev.java.net