I am working on spring framework based application.
I have a requirement in which when user logs in to the system, then after certain time gap say 2 minutes or 5 minutes(which should be configurable), another task will start its execution. After that execution completed, result will be published on UI.
So, can anyone tell me the way to implement this in Spring framework.