Search code examples
javaswingtimer-jobs

Implementing automatic reminders in java


I have to remind the user about schedules which he did previously in java. I know i can do with timers but how do i do tat ? actually i need to remind about many schedules so do i have to create timers for each schedules or can i handle it with just one timer ?

------EDIT--------------
I am designing point of sale software and i need to have phone booking and delivery system with this. So when a delivery or phone booking is done it should remind the staff just 10 before the scheduled time.. so i may have as many deliveries and phone bookings so does this helps ?


Solution

  • It's hard to tell just from your description, but you may well want to look at the Quartz Scheduler library.