Introduction
Explore the fundamentals of REST and how CRUD operations map to HTTP methods. Understand the use of JAX-RS to build RESTful Java web services and see how Groovy and Scala support XML and JSON to create effective APIs.
We'll cover the following...
We'll cover the following...
What is REST?
REST stands for Representational State Transfer. It was designed in a PhD ...