I would like some advice regarding planning in a Java web application. (currently running on Tomcat, but I would like to avoid any tomcat-specific ones).
I think the following determines the aspect of my problem that interests me.
Consider an application that periodically checks the set of files for updates. I would like to provide a user interface that allows the user to independently determine the polling interval for a given file and update the execution schedule in accordance with user input.
How can I achieve this safely in a web application?
source
share