Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 544 Bytes

File metadata and controls

14 lines (10 loc) · 544 Bytes

Java EE Asynchronous Capabilities

Java EE has a number of APIs and constructs to support Asynchronous execution.

Let’s take a look at few of the Async related features (APIs) in Java EE and explore the below specifications

  • JAX-RS 2.0 (Java EE 7)
  • Websocket 1.0 (Java EE 7)
  • Concurrency Utilities 1.0 (Java EE 7)
  • EJB 3.1 (Java EE 6)
  • Servlet 3.0 (Java EE 6)

The rest of the blog entry can be read here