Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Java EE 中编写 cron 作业?
你能举个例子解释一下吗?
如果您不限于 j2ee 并且可以选择使用 JavaEE 6,请参阅SIMPLEST POSSIBLE EJB 3.1 TIMER。
使用石英。这是在 Java 中最简单的方法。
其他方式包括 JDKExecutorService和Spring 的TaskExecutor抽象
ExecutorService
TaskExecutor
此外,正如@RuiMarques评论中提到的:Cron4j