List/Grid Tag Archives: Spring

Basic and Digest authentication for a RESTful Service with Spring Security 3.1, part 6
This is the sixth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1. A previous article introduced security in the context ...

REST Service Discoverability with Spring, part 5
This is the fifth 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. The previous article ...

RESTful Web Service Discoverability, part 4
This is the fourth 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. The article will focus ...

Securing a RESTful Web Service with Spring Security 3.1, part 3
This 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 configuration. This article will focus ...

Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2
This is the second of a series of articles about setting up a RESTful web service using Spring 3.1 with Java based configuration. This article will focus on setting up REST in Spring, ...

Bootstrapping a web application with Spring 3.1 and Java based Configuration, part 1
This is the first of a series of articles about setting up a RESTfull web application using Spring 3.1 with Java based configuration. The article will focus on bootstrapping the web ...

From Spring to Java EE 6
I recently worked on a quite complex project mixing many Java EE 6 technologies (such as JPA, JAXB, JMS, JTA, JAX-RS, etc…). For productivity and planning reasons, the prototyped ...

Spring Pitfalls: Proxying
Being a Spring framework user and enthusiast for many years I came across several misunderstandings and problems with this stack. Also there are places where abstractions leak terribly ...

Spring Singleton, Request, Session Beans and Thread Safety
The Spring framework ecosystem comprising of so many useful frameworks has become the backbone of many Java EE application. But at the core of all the spring products we still have ...

Everybody Knows About MVC…
From a recent blog, you may have gathered that I’ve recently been conducting some interviews and as they were for web application developers a question I asked was “can you explain ...

