|
From: Norm D. <nor...@va...> - 2006-02-06 13:45:14
|
I've been wanting to dependency-inject my Quartz jobs for a while now. It looks like with the new JobFactory in Quartz 1.5 we could pull this off by creating a simple implementation (SpringBeanNameJobFactory?) that pulls Jobs from the ApplicationContext by bean name. Thoughts? If this sounds reasonable I'll create an issue in Jira and time permitting upload a patch. Thanks, Norm |