How to write cron jobs in Java EE?

jakarta-ee, java

Solution

If you're not limited to j2ee and have the option to use JavaEE 6, please see SIMPLEST POSSIBLE EJB 3.1 TIMER.

Problem

How to write cron jobs in Java EE? Could you explain with an example?

Original source