I need to implement a Java REST Web Service (we use Jersey framework) which can basically either
a. block waiting for some event (or poll for the event), before retu
You might find this interesting: Approach for REST request with long execution time