OpenAPI Documentation (Swagger 2.0)

Open API Specification (OAS) Swagger 2.0 is a full package for RESTful API Documentation. It defines a standard, language-agnostic interface for RESTful API Documentation. The Swagger documentation is defined for Consumer, to understand the capabilities of the services and interact with minimum efforts from client-side and without any client implementation. In this post, we will … More OpenAPI Documentation (Swagger 2.0)

Jersey 2

Jersey 2: RESTful Web Services in Java is a really very good toolkit for RESTful Web Services. The Jersey 2 is open source, production quality framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs. In this post, we will see how we can execute a simple program for RESTful Web … More Jersey 2