Currently, using cron4j, i am able to schedule execution of an event at, say 13:01. While fine, from what i understand it does not allow one to schedule an event at 13:01:10 (10 seconds after).
Is there a tool that allows such granularity in scheduling?
If you’re looking for a library, you should look into Quartz. It is a very flexible scheduler.