Payara for Beginners - a Simple JBatch Schedule
Published on 05 Jan 2016
by David Weaver
Topics:
Java EE,
How-to
|
5 Comments
Both Payara Server and Payara Micro support Batch Applications for the Java Platform (JSR 352) for the implementation of batch jobs needing no direct user interaction. This article will describe a single step batch application that appends the current datatime to a file every 30 seconds to demonstrate the setup of a simple timer scheduled batch job.