RESTful Web Services
-
Enterprise Java
Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)
1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…
Read More » -
Enterprise Java
Creating a REST API with Spring Boot and MongoDB
Spring Boot is an opinionated framework that simplifies the development of Spring applications. It frees us from the slavery of…
Read More » -
Software Development
How to test a REST api from command line with curl
If you want to quickly test your REST api from the command line, you can use curl. In this post…
Read More » -
Software Development
REST Messages And Data Transfer Objects
In Patterns of Enterprise Application Architecture, Martin Fowler defines a Data Transfer Object (DTO) as: An object that carries data…
Read More » -
Software Development
REST Tooling
In section 6.3 of Roy’s dissertation, he explains how REST applies to HTTP. But the implementing a RESTful approach requires painstaking…
Read More » -
Enterprise Java
Spring RestTemplate with a linked resource
Spring Data REST is an awesome project that provides mechanisms to expose the resources underlying a Spring Data based repository…
Read More » -
Software Development
An introduction to REST
REST, or Representational State Transfer is an architectural style, or more simply, a set of constraints. We will look at the constraints…
Read More » -
Enterprise Java
How to compress responses in Java REST API with GZip and Jersey
There may be cases when your REST api provides responses that are very long, and we all know how important transfer…
Read More » -
Scala
First steps with REST, Spray and Scala
On this site you can already find a couple of articles on how to do REST with a multiple of…
Read More »