Call Asynchronous Servlet From AJAX
问题 What I am trying to accomplish is not too complex, but I am having a bit of trouble as I am not well versed in AJAX. When it is implemented, I will have a JSP that has a button which invokes an Asynchronous Servlet. The servlet will run a long running task and provide dynamic feedback to the user by adding rows to a table when parts of the task are completed. Before I attempt to write the final version, I am doing a proof of concept to get an understanding of how this will work. However, I'm