简体   繁体   中英

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. 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).

The only answer then must be: Move to quartz!

EDIT: after using quartz in a large webapp I am very pleased with the results!

If interested check out: Quartz Spring Doc and also Official open Symphony website

Quartz provides a great set of feature's for simple timers up to complex cron timers. And separates jobs, schedules and triggers making it very configurable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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