abhirockzz / Java-EE-Asynchronous-Capabilities

Asynchronous execution capabilities in Java EE

Home Page:http://bit.ly/1uKqYdN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Asynchronous execution capabilities in Java EE

http://bit.ly/1uKqYdN

License:MIT License


Languages

Language:Java 100.0%