Jakarta Concurrency Utilities and Batch Processing APIs included standard techniques for processing tasks concurrently and standardization for batch application processing.
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 in Java EE applications has been problematic in the past, since the application ...