In this sample tutorial we will show how to run RESTful Web services on JBoss AS 7 (release 7.0.2) using CDI and JPA to load persistent data.
Using JAX-RS Server Sent Events with WildFly
JAX-RS 2.1 (JSR 370) contains several enhancements like Server Sent Events which will be discussed in this tutorial. Here are in a nutshell the key enhancements provided by JAX-RS 2.1 : Support for Server Sent Events (server and client) JSON Binding (JSON-B) API integration We have already discussed about JSON Binding (JSON-B) in this tutorial … Read more