In REST API Design Tutorial, we learned to put the REST principles onto design process of a network application. In this post, we will learn to create REST APIs using JAX-RS 2.0 (Java API for RESTful Services). Table of Contents JAX-RS 2.0 Specification JAX-RS 2.0 Annotations Create Maven Application Include JAX-RS Dependencies to Application Create […]
Tech Guides
How to design a REST API
Learning REST in pieces is one thing, while applying all those learned concepts into real application design is completely another challenge. In this tutorial, we will learn to design REST APIs for a network-based application. Please note that the takeaway from this whole exercise is the learning of how to apply REST principles in design […]