Java Extreme Programming Cookbook by Eric M. Burke, Brian M. Coyner The following corrections were made to the 10/03 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem [44] table 3.2 - top of page; next to **/a/** entry "build/File.txt" NOW READS: "build/a/b/File.txt" (114) Solution, first line; Use JUnit's WebForm NOW READS: USe HttpUnit's WebForm {196} IN PRINT: Example 8-4; suite.addTest(timedTest); NOW READS: suite.addTest(loadTest); [213] Example 9-3, Hand-coded remote interface; public interface PaymentProcessingBean extends EJBObject { NOW READS: public interface PaymentProcessing extends EJBObject { (269) An index entry was removed under "JUnit" listing to reflect change made on pg. 114.