Spring
-
Enterprise Java
Spring meets Apache Hadoop
SpringSource has just announced the first GA release of Spring for Apache Hadoop. The goal of this project is to…
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
Spring Bean names
Spring bean names are straightforward, except for cases where names are not explicitly specified. To start with, Spring bean names…
Read More » -
Enterprise Java
Spring Framework: Three Spring Bean Lifecycle Techniques
When using the term ‘lifecycle’ the Guys at Spring are referring to the construction and destruction of your beans and…
Read More » -
Enterprise Java
Caching with Spring Data Redis
In the example below, I’ll show you how to use the Spring Data – Redis project as a caching provider…
Read More » -
Enterprise Java
Going REST: embedding Tomcat with Spring and JAX-RS (Apache CXF)
This post is logical continuation of the previous one. The only difference is the container we are going to use:…
Read More » -
Enterprise Java
Spring Data JPA and pagination
Let us start with the classic JPA way to support pagination. Consider a simple domain class – A ‘Member’ with…
Read More » -
Enterprise Java
Spring MVC 3: Upload multiple files
It was just another long day at office with the database not available and one of the team members lagging…
Read More »