-
Recent Posts
-
On Twitter
Archives
Recent Comments
- Peter Zsoldos on Cleaning up test code
- Eric Lefevre-Ardant on Cleaning up test code
- Peter Zsoldos on Cleaning up test code
- Playframework + Google Guice (EspaƱol) « Having fun with Play framework! on Play Framework and Guice: use providers in Guice modules
- Eric Lefevre-Ardant on Java’s varargs are for unit tests
-
Category Archives: spring
Back from Open Source eXchange
Interesting day at Open Source eXchange, a conference organized by Xebia and SkillsMatter. It was fun meeting Wendy Devolder (now CEO of SkillsMatter) formerly from Valtech (I worked with her at Valtech London back in 2001-2002) and Michael Isvy (with … Continue reading
Posted in conferences, groovy, java, spring
1 Comment
Merging lists in a Spring configuration file
Spring provides useful types for creating lists of values. However, it is not as good for merging lists. Here is an option.
Posted in spring
Leave a comment
Unitils: a better Gienah?
On my current project, I am using Gienah as a way to integrate JUnit tests with Spring. I am rather pleased with the result, keeping my unit tests quite clean. I just heard today about Unitils, a more ambitious tool. … Continue reading
Posted in hibernate, java, spring, test
Leave a comment
How to run XFire 1.x with Spring 2.x and Maven 2.x
In version 1.2.5 of XFire, a module called xfire-spring is necessary to run it together with , well, Spring. The issue is that the POM file for it is designed to run with Spring 1.2.x.
Posted in java, maven, spring, webservices, xfire
6 Comments
Gienah: inject Spring dependencies in your JUnit 4 tests
I wanted a way of using my test with dependencies coming from my Spring definition.
Posted in java, spring, test
6 Comments