© Josh Juneau 2018
Josh JuneauJava EE 8 Recipeshttps://doi.org/10.1007/978-1-4842-3594-2_18

18. Concurrency and Batch Applications

Josh Juneau1 
(1)
Hinckley, Illinois, USA
 

The Java Enterprise platform had been missing a few key features upon its inception. Those features included standard techniques for processing tasks concurrently, and standardization for batch application processing. In the release of Java EE 7, these two missing features were addressed with the addition of the Java Concurrency Utilities and Batch Processing APIs.

Each of the two APIs is quite large, and they include proven solutions that have been used by various enterprise projects for years. Using Java SE concurrency utilities such as java.util.concurrent and java.lang.Thread ...

Get Java EE 8 Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.