i have a web application which has a time tracker function. The time tracker function is used to send an email at a later date based on the inputted date in the database.
I would like to ask for any ideas on how to implement this using JSP and Servlets.
How do i create a "listening" thread in the server side that constantly checks the database for the time tracker function?