Specification by Example workshops
I’m speaking here:
- Testing and Finance, London, 17 May
- NDC, June 6-8 Oslo
- Agile Testing Days, November 19-22, Potsdam, Germany
spring Archive
-
QCon London 2009: Spring 3.0 upcoming features
Posted on March 12, 2009 | No CommentsRod Johnson, CEO of SpringSource, presented the new features in the upcoming Spring 3.0 release today at the QCon London 2009 conference. -
Last call for Thursday: opensource .net mini conference in London
Posted on January 20, 2009 | No CommentsIf you are in London on Thursday and are not yet registered for the opensource .net exchange, here’s what you’ll miss: Dylan Beattie: JQuery and ASP.NET MVC David Ross: Aspect oriented programming with PostSharp Sebastien Lambla: Fluent NHibernate David de Florinier: ActiveMQ and NMS Mike Hadlow: Implementing the repository pattern... -
Transactional Spring/Slim test runner
Posted on January 14, 2009 | 4 CommentsHere’s an implementation of the Slim test runner for Fitnesse that wraps all tests into spring transactions and rolls back on the end of each test, to make data-driven tests instantly repeatable with minimal code and no configuration changes in the fixtures or the Spring context. -
OpenSource .NET Exchange final programme
Posted on December 15, 2008 | No CommentsHere’s the final programme for the OpenSource .NET Exchange on 22/Jan in London: Dylan Beattie : JQuery David Ross: PostSharp Sebastien Lambla: Fluent NHibernate David de Florinier: ActiveMQ and NMS Mike Hadlow: Implementing the Repository pattern Russ Miles: Spring .NET best practices After the talks, we are planning to have... -
The magic ingredient for the FitNesse, Spring and Hibernate TDD soup
Posted on January 22, 2008 | 6 CommentsDeclarative transactions in Spring and Hibernate make programming enterprise applications much easier, but they also make integrated database tests a bit tricky. I’ve finally found good solution for this problem — it is a bit dirty, but very effective.

