Event question

Hello everybody

I have to write a server side program that will read a database table and associate an event to each row. The event must fire at a date specified by the date field of the row. I'm new to Java and I don't know how to do that.

I though of timers but when I checked the documentation, they only allowed to specify delay in milliseconds and I need actual calendar date.

could somebody please give me detailled way to do this.

Thanks in advance

Amunike

[502 byte] By [Amunikea] at [2007-10-2 7:16:35]
# 1
Then (assuming you were talking about java.util.Time) your reading of the documentation was sloppy.However you might be better off acquiring a scheduling system like Quartz, for example.
DrClapa at 2007-7-16 20:51:25 > top of Java-index,Java Essentials,Java Programming...
# 2
Actually I tried Java.util.timer and it only allows to schedule in milliseconds.does anybody have another suggestion please?
Amunikea at 2007-7-16 20:51:25 > top of Java-index,Java Essentials,Java Programming...