Any relation between Quartz API and Joda Time API?
问题 Is it possible to create a date in JodaTime and then make Quartz schedule the job using the JodaTime object? Can we give a Period jodaPeriod to Quartz API in order to run a task for a particular period in a day? Are the two APIs related and/or compatible in any way? 回答1: The AxonFramework has a QuartzEventScheduler which looks like it does what you want. Here's the downlaod page and it's under the Apache 2.0 license. 回答2: Quartz provides a pretty comprehensive API that you could extend anyway