Wish Quartz job scheduler

woniol

Active Member
Licensed User
Longtime User
I'm working on Home Automation solution using b4J and jServer.
The system needs scheduling for event to happen at specific times.
It should be also possible to add/remove or change this schedules in runtime (ex jServer handle class).

I know I can do it some way right now:
- store schedulers in BD
- use timer to check them to happen
and so on,

But as I well understood Quarz docs, it does it all :)
 
Top