简体   繁体   English

如何创建EJB Timer服务并将其部署到以eclipse运行的weblogic 9.2服务器?

[英]How do I create an EJB Timer service and deploy it to a weblogic 9.2 server running in eclipse?

After trawling the internet for 2 days now I'm am struggling to find any good running examples of the EJB timer service running on weblogic. 在拖延了2天的互联网之后,我正在努力寻找在weblogic上运行的EJB计时器服务的任何运行良好的示例。 Is there anyone out there that can at least point me in the right direction? 有没有至少可以指出我正确方向的人? Any help will be greatly appreciated 任何帮助将不胜感激

I currently have weblogic installed and running in eclipse and some very basic timer service code(java files only). 我目前已经在eclipse中安装并运行了weblogic并运行了一些非常基本的计时器服务代码(仅适用于Java文件)。

The only answer then must be: Move to quartz! 那么唯一的答案必须是:转向石英!

EDIT: after using quartz in a large webapp I am very pleased with the results! 编辑:在大型webapp中使用石英后,我对结果感到非常满意!

If interested check out: Quartz Spring Doc and also Official open Symphony website 如果有兴趣,请查看: Quartz Spring Doc官方开放的Symphony网站

Quartz provides a great set of feature's for simple timers up to complex cron timers. Quartz提供了一系列功能,从简单的计时器到复杂的cron计时器。 And separates jobs, schedules and triggers making it very configurable. 并将工作,计划和触发器分开,使其非常可配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM