Any relation between Quartz API and Joda Time API?
java, jodatime, quartz-scheduler
Solution
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.
Problem
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?