A hibernate entity class is annotated describing to hibernate how its to be persisted. Annotate this class with JAXB for a transformation, chuck in some gigaspace annotations so we can add it to a cache and things start to get messy. Worse still gigaspace has some tight restrictions surrounding what it requires from a pojo, hibernate has others. Its tempting to leave the resulting class cluttered with these soft concerns. I propose a solution using composition that allows for easier maintenance ongoing.
21
2009
19
2009
5 exciting things coming with Spring 3.0
In a previous blog entry I wrote about the now ancient announcement that spring 2.5 would be available. On the 2nd anniversary of that announcement I would like to examine the things I am looking forward to in Spring 3.0.
Release Announcement: 13/11/2009
5 cool things available in Spring 3.0
Java 5 fully used throughout the whole [...]
16
2009
Quick look at the latest SpringSource STS and Roo
Christian Dupuis from SpringSource shows some of the new features on the SpringIde Blog
I used Spring STS for a few months before starting at Lab49, and found it to be a good distribution over the standard Eclipse build. It has lots of extra productivity features for Spring based development some of which are not [...]
2
2009
5 reasons to upgrade Spring from 2.0 to 2.5
The anniversary of the announcement that Spring 2.5 was available is just around the corner. There are many reasons to upgrade the SpringFramework from 2.0 to 2.5. Spring 2.5 is designed as a drop-in replacement for 2.0 so there are no valid technical arguments for not upgrading. Here are my top 5 favorite features.