-
Enterprise Java
Spring with Maven
1. Overview This tutorial will discuss how to setup Spring with Maven and will go over specific usecases of using…
Read More » -
Enterprise Java
Multipart Upload on S3 with jclouds
1. Goal In the previous article, we looked at how we can use the generic Blob APIs from jclouds to…
Read More » -
Enterprise Java
Upload on Amazon S3 with the jclouds library
There are several good ways to upload content to an S3 bucket in the Java world – in this article…
Read More » -
Enterprise Java
Exception Handling for REST with Spring 3.2
1. Overview This article will focus on how to implement Exception Handling with Spring for a REST API. We’ll look…
Read More » -
Enterprise Java
Testing REST with multiple MIME types
1. Overview This article will focus on testing a RESTful Service with multiple Media Types/representations. This is the tenth of…
Read More » -
Enterprise Java
ETags for REST with Spring
1. Overview This article will focus on ETags – the Spring support, integration testing of the RESTful API, and consumption…
Read More » -
Enterprise Java
Authentication against a RESTful Service with Spring Security
1. Overview This article is focused on how to authenticate against a secure REST API that provides security services –…
Read More »