I recently thought about creating a file loader using JSP / Servlet. There will be a link on the JSP page. When you click on the link, the corresponding action class is called up. Therefore, when the download starts, I have to get the information status on my JSP page. But if the link is clicked again, I have to show that some message like one import is already running.
Is something like this already available? I do not want to reinvent the wheel.
source share