I have a method that returns a list of items called findItemByPIdEndDate() and its found inside MngtImpl.java class. Now I\'d like to execute this method every once in a while, hourly lets say so here
I am considering using the Quartz framework to schedule the run of several hundred jobs. According to their API, jobs can be scheduled to run at certain moments in time but not to run one after the o