current reviews
09/28/09: "Test Driven Development By Example" by Kent Beck (Addison-Wesley)
05/05/08: "Rails for Java Developers" by Stuart Halloway and Justin Gehtland (Pragmatic Bookshelf)
05/05/08: "Filthy Rich Clients" by Chet Haase and Romain Guy (Prentice Hall)
04/30/08: "Hibernate: A Developer's Notebook" by James Elliott (O'Reilly)
"Pragmatic Unit Testing in Java with JUnit" by Andy Hunt and Dave Thomas, Pragmatic Programmer
This book is a good introduction to the importance of unit testing. It gives a good overview of using junit as a testing framework. It also talks about areas of your code that should be tested and what conditions to test. If you’ve never done unit testing, this is a good introduction.
