Archive for November, 2004

Spring 1.1.2 is Out

Spring Framework 1.1.2 has been relased.
Take a look at the announcement for major new features. There is also a more detailed full changelog.
As always, thanks to Juergen for the packaging gruntwork.

Darren Davison’s Beandoc tool

Darren Davison’s Beandoc tool for getting a better view of a Spring application context is way cool!:
http://www.davison.uk.net/beandoc/
This is definitely worth including with Spring or as a related project.
Here’s his spring-developer mail list comment about it:
I’ve done a bit of work on a tool to document and graph context files. It
still needs some work in […]

Junit Recipes

I’ve had J.B. Rainsberger’s excellent book, JUnit Recipes, for 3-4 days now, and have been taking a look at it whenever I feel like taking a break for a few minutes.
This is a really good book, in ‘recipe’ format, that shows examples for using JUnit to handle most types of unit or integration testing […]