What's New in JMS 2 - Part 1

Posted by reza_rahman on Oracle Blogs See other posts from Oracle Blogs or by reza_rahman
Published on Wed, 26 Jun 2013 20:24:04 +0000 Indexed on 2013/06/26 22:26 UTC
Read the original article Hit count: 152

Filed under:

JMS 2 is one of the most significant parts of Java EE 7. One of the principal goals of the JMS 2 API is improving developer productivity by reducing the amount of code to work with JMS by adopting programming paradigms like higher level abstractions, dependency injection, annotations, runtime exceptions, the builder pattern and intelligent defaults. In a recent OTN article, JMS 2 specification lead Nigel Deakin covers the ease-of-use changes in detail. The article is the first of a two part series on JMS 2. For more visual folks, there is my JMS 2 slide deck:

You can also check out the official specification yourself or try things out with the newly released Java EE 7 SDK.

© Oracle Blogs or respective owner

Related posts about /JavaEE