I have a class that would need to be run along with the web application every time it started. I would upload the application to the server and this class would need to be executed.
This application is running on Wildfly, and is also using Spring Framework.
In this class a Job runs, nothing more than programming a Scheduler
to run at a fixed time of day. If there is another way to start (perhaps, more correctly) this process schedule, it would certainly help me too.
It seems like a simple question, but I swear I did not find a resolution.