Swagger quickstart tutorial

Swagger is a popular specification for REST APIs which can be used for a variety of purposes such as: Generating an interactive API console to quickly learn about and try the API. Generating the client SDK code needed for implementations on various platforms. In order to integrate Swagger with your Web application you need to … 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