Archive from January 2016
New features for Ops Teams in Payara Server
Published on 26 Jan 2016
by Steve Millidge
Topics:
What's New,
Production Features,
Java EE,
Ops Teams
|
1 Comment
When we founded Payara and started development on Payara Server, one of our key goals was to make Payara Server the best application server for production work loads. Operations Teams will be happy to hear that the February 161 release adds Slow SQL Logging and in-built Server HealthChecks as new capabilities for managing production workloads!
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.