Spring
-
Enterprise Java
JAXB Custom Binding – Java.util.Date / Spring 3 Serialization
JaxB can handle Java.util.Date serialization, but it expects the following format: “yyyy-MM-ddTHH:mm:ss“. What if you need to format the date…
Read More » -
Enterprise Java
Make your Spring Security @Secured annotations more DRY
Recently a user on the Grails User mailing list wanted to know how to reduce repetition when defining @Secured annotations.…
Read More » -
Enterprise Java
REST CXF for Spring JPA2 backend
In this demo, we will generate a REST/CXF application with spring/jpa2 backend. This demo presents the track REST-CXF of minuteproject.…
Read More » -
Enterprise Java
Dynamic Property Management in Spring
Static and Dynamic Properties are very important for both operational management and changing the behavior of the system at the…
Read More » -
Enterprise Java
Why I will continue to use Spring *and* Java EE in new Enterprise Java Projects in 2012/2013
Over one year passed since my technology decision making post and I am glad to see that I am still…
Read More » -
Enterprise Java
Spring & JSF integration: Pagination
When working with large datasets you often need to present data in a paged format. Pagination is an interesting problem…
Read More » -
Enterprise Java
Spring Testing Support with TestNG
TestNG is a test framework which is designed to cover all categories of tests: unit, functional, end-to-end, integration, (etc). It…
Read More » -
Enterprise Java
Tutorial: Hibernate, JPA & Spring MVC – Part 2
This tutorial will show you how to take a basic Hibernate/JPA app, convert it into a Spring MVC web project…
Read More » -
Enterprise Java
Backing Spring Integration routes with ActiveMQ
As discussed in my previous post, Spring Integration (SI) is a routing framework built on top of the Spring Framework…
Read More »