Spring 3.1

  • submit to reddit

Simplifying the Data Access Layer with Spring and Java Generics

1. OverviewThis is the second of a series of articles about Persistence with Spring. The previous article discussed setting up the persistence layer with...

8 replies - 6048 views - 01/05/12 by Eugen Paraschiv in Articles

The Persistence Layer with Spring 3.1 and Hibernate 4

This is the first of a series of articles about Persistence with Spring. This article will focus on the configuration and implementation of the persistence...

5 replies - 14426 views - 12/20/11 by Eugen Paraschiv in Articles

Securing a RESTful Web Service with Spring Security 3.1, part 3

1. OverviewThis is the third 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...

0 replies - 18608 views - 11/09/11 by Eugen Paraschiv in Articles

Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2

1. OverviewThis is the second of a series of posts about setting up a RESTful web service using Spring 3.1 with Java based configuration. The first post of the...

1 replies - 17560 views - 11/02/11 by Eugen Paraschiv in Articles

Bootstrapping a web application with Spring 3.1 and Java based Configuration, part 1

1. OverviewThis is the first of a series of posts about setting up a RESTfull web application using Spring 3.1 with Java based configuration. The post will...

1 replies - 8880 views - 10/28/11 by Eugen Paraschiv in Articles