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