RESTful Web Services
-
Enterprise Java
Google App Engine JAX-RS REST service
In this article you will learn how to create a REST service using JAX-RS reference implementation (Jersey) and deploy it…
Read More » -
Enterprise Java
Maven Integration Testing And Spring Restful Services
Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since…
Read More » -
Enterprise Java
REST endpoint for integration using Apache Camel
REST is an architectural style used for organizing resources and when applied to HTTP-based services allows building stateless, decoupled, scalable…
Read More » -
Enterprise Java
Protect a REST service using HMAC (Play 2.0)
We have HTTPS, what more do we need? When you talk about security for REST based APIs, people often point…
Read More » -
Enterprise Java
Play 2.0: Akka, Rest, Json and dependencies
I’ve been diving more and more into scala the last couple of months. Scala together with the “Play Framework” provides…
Read More » -
Enterprise Java
RESTful Web Applications with Jersey and Spring
A couple of months ago, we were tasked with creating an API to expose some functions in our system to…
Read More » -
Software Development
How should REST services be documented?
REST has become the standard way of creating APIs and exposing resources on the internet. Traditional web services (using SOAP…
Read More » -
Enterprise Java
Automatically generating WADL in Spring MVC REST application
Last time we have learnt the basics of WADL. The language itself is not as interesting to write a separate…
Read More » -
Enterprise Java
REST Pagination in Spring
This is the seventh of a series of articles about setting up a secure RESTful Web Service using Spring 3.1…
Read More »