Spring
-
Enterprise Java
Spring Pitfalls: Transactional tests considered harmful
One of the Spring killer-features is an in-container integration testing. While EJB lacked this functionality for many years (Java EE…
Read More » -
Enterprise Java
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…
Read More » -
Enterprise Java
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…
Read More » -
Enterprise Java
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,…
Read More » -
Enterprise Java
Spring Pitfalls: Proxying
Being a Spring framework user and enthusiast for many years I came across several misunderstandings and problems with this stack.…
Read More » -
Enterprise Java
Bootstrap a Web Application with Spring 3
1. Overview This is the first of a series of tutorials about setting up a RESTfull web application using Spring…
Read More » -
Enterprise Java
Securing a RESTful Web Service with Spring Security 3.1, part 3
1. Overview This tutorial shows how to Secure a REST Service using Spring and Spring Security 3.1 with Java based…
Read More » -
Enterprise Java
Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2
1. Overview This article shows how to set up a REST in Spring – the Controller and HTTP response codes,…
Read More » -
Enterprise Java
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…
Read More »