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

StackOverflow https://stackoverflow.com/questions/4628107

문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top