I need to force my java application to perform a couple of actions on a specific date and time. The scenario is as following:
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 have found this answer but could not make it work.
An example would be appreciated.