Scheduled Execution in the J2EE Web Application

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?

+3
source share
5 answers
+2

Java, . webapp, , , .

-, / ( ..). !

+2

- ( Tomcat) . (, Quartz).

0
0

J2EE, . (JBoss ) .

-1

Source: https://habr.com/ru/post/1715053/


All Articles