users@jersey.java.net

[Jersey] client, couchdb and long polling?

From: Kristian Rink <kawazu428_at_googlemail.com>
Date: Tue, 12 Jun 2012 10:37:33 +0200

Folks;

interacting with an Apache CouchDB instance using the Jersey client, I
see that things work pretty well except for one thing I so far did not
manage to get working: CouchDB offers a way of "listening" for changes
in a database using some sort of HTTP long polling [1]. Is there a sane,
"clean" way how to work with this using Jersey 1.x? How do you handle
things like these?

TIA and all the best,
Kristian

[1]http://guide.couchdb.org/draft/notifications.html