current reviews
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)
04/28/08: "Struts Cookbook" by Bill Siggelkow (O'Reilly)
04/28/08: "Real World Web Services" by Will Iverson (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.
