Tag Archives: TDD

My first Kata

This morning I did my first Kata, and I must say it was a really enjoyable experience. So, what is a Kata you might ask. A Kata, in the traditional sense, is a Japanese concept describing detailed choreographed patterns of movements … Continue reading

Posted in Software development | Tagged , , , , | Leave a comment

Using JPA – Adding relationships and queries

Last week I created an introductory post on using OpenJPA as your JPA implementation, which is available here. This week I wanted to add onto this by adding a relationship and some simple queries. So in this example, I have … Continue reading

Posted in Example code, Software development | Tagged , , , , , , , , , , , , , , | 1 Comment