This book focuses on web development, not test-driven development (TDD). Of course, it’s good practice to write tests for each kind of application, whether you follow the TDD paradigm or write your unit tests just after your production code. But if a test for each piece of code described in this book were added, the book would probably double in size. There are good books on unit testing available, and I introduce some of the tools in this book, but I can’t cover much unit testing in this book.
Developing web applications with Java and JSF, you’ll face some unfamiliar ...