Is there a way today within the Jersey API to decouple a client request from the response and asynchronously send back a response?
I guess I am looking for an alternative to the startAsync() method of a HTTPRequest object within Jersey - havent seen something of that sort yet, although I have come across the Atmosphere project - which looks somewhat promising, but are there any other options?