Categories
Development

Junit 4.0 released

So JUnit 4.0 is released. It takes use of all the new Java 5 features to simplify testing, but isn’t compatible with Java 1.4. So hold your horses because most of us won’t be able to use it for a while.

Categories
Development

Paging in ORM apps

Oracle has a article here on how to do paging/cursoring with a ORM layer.

Categories
Development

Some good advice on Spring beandefinitions

Can be found here. 🙂