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

