asynchronous « Response « JSP-Servlet Q&A





1. Servlet 3.0: Can't send an asynchronous response?    stackoverflow.com

I'm having trouble establishing AsyncContexts for users and using them to push notifications to them. On page load I have some jQuery code to send the request:

$.post("TestServlet",{
    action: ...

2. asynchronous response to a jsp    coderanch.com