Jakarta EE: Creating an Enterprise JavaBeans timer

1 · Red Hat · Dec. 13, 2019, 8:18 a.m.
Summary
Enterprise JavaBeans (EJB) has many interesting and useful features, some of which I will be highlighting in this and upcoming articles. In this article, I’ll show you how to create an EJB timer programmatically and with annotation. Let’s go! The EJB timer feature allows us to schedule tasks to be executed according a calendar configuration. It […] The post Jakarta EE: Creating an Enterprise JavaBeans timer appeared first on Red Hat Developer....