I need to get my Java application to do a couple of things at a specific date and time. The scenario is as follows:
1- user set a specific time and frequency (every day, every month)
2- system starts a trigger for the request
3- once that pre-defined frequency and time are reached
3.1 - system performs the required actions that are kept in a method
I found this answer , but could not get it to work.
An example will be appreciated.
source
share