Purpose
These tutorials will show how you can use DbFixture to achieve test-driven development with hibernate. The tutorials are built based on the examples in hibernate document.
Environment Setup
You will need the following library files in order to follow the tutorials:
- dbfixture.jar (The latest)
- junit.jar (3.8.1)
(The following are from hibernate2.0 download)
- cglib-full-2.0.2.jar
- commons-collections-2.1.1.jar
- commons-logging-1.0.4.jar
- dom4j-1.4.jar
- ehcache-0.9.jar
- jta.jar
- hibernate2.jar
Tutorials