Struts2 Cron 作业

发布于 2024-09-28 08:44:55 字数 117 浏览 1 评论 0原文

使用struts2,有没有办法触发一个动作以指定的时间间隔发生?

目前,我正在编写操作类,这些操作类执行需要按指定时间间隔运行的任务,并在需要时卷曲 url。有没有比调用这样的 http 请求更好的方法?

Using struts2, is there a way to trigger an action to occur at specified intervals?

Currently I am writing action classes that perform tasks that need to run at specified intervals and curling the url at the times I need to. Is there a better way to do this than invoking an http request like this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疏忽 2024-10-05 08:44:55

不,没有。但您可以轻松使用 Quartz,这是一个功能齐全的开源作业调度服务它可以与几乎任何 Java EE 或 Java SE 应用程序集成或一起使用,这可能是 Java 环境中最常用的调度程序。

这是Quartz 快速入门指南,以防万一您发现它有用。

No, there isn't. But you can easily use Quartz, that is a full-featured, open source job scheduling service that can be integrated with, or used along side virtually any Java EE or Java SE application, probably the most used scheduler in Java environments.

Here is the quick start Quartz guide, just in case you find it useful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文