In a web java system, I need from time to time the application server to run a routine automatically (Scheduler). The problem is that I do not even know where to start, or how to make the server run this routine without the interaction of a user.
If someone can give me a direction? What technology to research, framework ... appreciate.
Today I do not use EJB, I use JSF with primefaces 6 on a wildfly server 10. Spring only the security.
Any example is welcome.