What is the best solution to perform scheduled tasks in Java, whatever the OS?

后端 未结 5 1484
遥遥无期
遥遥无期 2021-02-04 16:31

I\'d like to generate alarms on my Java desktop application :

  • alarms set with a specific date/time which can be in 5 minutes or 5 months
  • I need to be able
5条回答
  •  萌比男神i
    2021-02-04 17:33

    I believe your scenario is correct. Since services are system specific things, IMHO you should not user a generic package to cover them all, but have a specific mechanism for every system.

提交回复
热议问题