Archive | January, 2012

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 and Spring Security 3.1 with Java based configuration. This article will focus on the implementation of pagination in a RESTful web service.

Read full story Comments { 4 }

This Is Not Your Father’s Spring – A Learning Project

I started the REST project on github to explore writing an elegant RESTful Web Service with the latest and greatest Spring had to offer. That was the daily SNAPSHOT builds of Spring 3.1, which went GA at the end of last year. Since then, the project has generated a number of posts, on a variety [...]

Read full story Comments { 3 }