Home
subscribe

L'etat, c'est moi

Mere Complexities sells the consulting and development services of me, Paul Wilson.

Conferences

Organising Scotland on Rails
Speaker, RailsConf Europe '08

Archive

FIT and Fitnesse presentaton - example code and slides

Here is the example code from my Story Testing presentation and demo for Agile Scotland. Unzip run “runme.sh” (or “runme.bat”), then point a web browser to http://localhost:5001. You’ll need Java 1.5 on your path. Any problems comment or send me an email.

It’s been a bit tricky to package for distribution because I used a toy web application using Java Servlets, JSPs, and a database. I’ve altered it so that the app hosts itself in embedded Jetty, and uses embedded HSQLDB as a database. Previously it used Tomcat and MySql.

Jetty accounts for the bulk of the 5MB download. If anyone wants a slimmed down version without the ability to run the app drop me an email or leave a comment on this post.

I’ve also posted the slides here; if you weren’t at the talk, though, I’m not sure how much sense they will make.

(In case my links are a bit cryptic, the code is here: /assets/story-test-demo.zip.)

All