This partially mimics AJAX (prototype/php) getting partial status updates during script execution, however I\'m working with JSP pages and servlets. What I want to do is start a
You may like DWR. With help of DWR you could make async requests to the server to get information about the progress of the specific job.