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

REST services using JavaFX Tutorial

This tutorial shows how to invoke REST services using JavaFX API. For the purpose of it, we will use the KitchenSink basic REST serviceand engineer a JavaFX client for it. A pre-requisite of this tutorial is that you have deployed the Kitchensink basic demo application which allows you to create a compliant Java EE 6 … Read more