Eric Lefevre-Ardant on Java & Agile

February 22, 2007

Test Driven Design and Data Access Layer

Filed under: hibernate, java, tdd, test — Eric Lefevre-Ardant @ 10:50 am

I am currently writing the Data Access Layer of a Java project using Hibernate and I want to apply TDD on my work. The part that is concerned with the database is the mapping of objects on the database schema, and the queries.
As a recap, there are the options:
(more…)

Powered by WordPress