Spring
-
Enterprise Java
Spring MVC – Flash Attributes
Latest Spring Framework incarnation (3.1) brought interesting feature called Flash Attributes. It is remedy for the problem mentioned a long…
Read More » -
Enterprise Java
Implementing Active Record Pattern with Spring AOP
During class design we should take decisions about the assignment of responsibilities that will have every class. If we have…
Read More » -
Enterprise Java
Set up a Spring 3 development environment
This tutorial explains in short how to set-up a typical environment to develop Spring based applications. There is no prerequesite…
Read More » -
Enterprise Java
Spring 3 MVC Exception Handlers
The majority of the Spring 3 error handling sample code that I’ve come across only ever seems to give the…
Read More » -
Enterprise Java
MyBatis 3 – Spring integration tutorial
As a first step of this tutorial, Spring MVC 3 CRUD example with MyBatis 3, we will define a MyBatis…
Read More » -
Enterprise Java
Properties with Spring
1. Overview This tutorial will show how to set up and use Properties in Spring – either via XML or…
Read More » -
Enterprise Java
OAuth with Spring Security
From Wikipedia: OAuth (Open Authentication) is an open standard for authentication. It allows users to share their private resources (e.g.…
Read More » -
Enterprise Java
Spring 3, Spring Web Services 2 & LDAP Security
This year started on a good note, another one of those “the deadline won’t change” / “skip all the red…
Read More » -
Enterprise Java
Integration testing scoped beans in CDI 1.0 and Spring 3.1
In this blog post I describe how to do integration testing with scoped beans in Spring and CDI. Everything is…
Read More »