2
In a java web system, I need from time to time that the application server runs a routine automatically (Scheduler). The problem is that I don’t even know where to start, that is how to make the server run this routine without user interaction.
If anyone can give me a direction? What research technology, framework... thanks.
Today I don’t use EJB, I use JSF with 6 primefaces on a wildfly server 10. Spring security only.
Any example is welcome.
Is using Spring?
– Gustavo Cinque
You can create a bean using the annotation @Schedule if you are using EJB. If this is the case and you want an example you can update the question.
– Caffé
Today I don’t use EJB, I use JSF. Spring only security. Any example is welcome.
– Marcelo