Spring Restful client’s overview

We have learned about how to develop the Rest services for JSON and XML data representation in the previous articles and also we have consumed these Rest services using Rest Client tool (advanced Rest client). Accessing Rest services through Rest client tools is not so useful in real-time, we need to provide a way to […]

Share this article on

Spring RestTemplate CRUD operations with JSON

Spring RESTFul Client – RestTemplate Example with CRUD operations using JSON CRUD stands for Create,Read,Update and Delete operation These are the most common operations that we perform in any application. Let’s do these operations using Spring Rest service with RestTemplate client. Requirement : Perform CRUD operations on USER object. We have User Domain object, we […]

Share this article on
< Previous Next >