Great Java EE Concurrency Write-up!
Posted
by reza_rahman
on Oracle Blogs
See other posts from Oracle Blogs
or by reza_rahman
Published on Thu, 13 Dec 2012 16:41:16 +0000
Indexed on
2012/12/13
17:10 UTC
Read the original article
Hit count: 298
/JavaEE
As you are aware JSR-236, Concurrency Utilities for the Java EE platform, is now a candidate for addition into Java EE 7. While it is a critical enabling API it is not necessarily obvious why it is so important. This is especially true with existing features like EJB 3 @Asynchronous, Servlet 3 async and JAX-RS 2 async. On his blog DZone MVB Sander Mak does an excellent job of explaining the motivation and importance of JSR-236.
Perhaps even more importantly, he discusses potential issues with the API such alignment with CDI and Java SE Fork/Join. Read the excellent write-up here!
© Oracle Blogs or respective owner