I was looking for a book to fill in some holes with GUI (Swing) interfaces for JDBC. I purchased the book because it appeared to have some GUI examples. In chapter 1 (page 4) the author stated, "All user interface components used in this book are contained in the Java Abstract Windowing Toolkit (AWT) or in the Java Foundation Classes (JFC)". Then in chapter 12 (page 180), there is a note that states, "Being a UNIX hack, I prefer simple command line interfaces whenever possible. I leave the development of a GUI front end to this class as an exercice for the reader." The first two examples don't work; both contain syntax errors, and the second calls methods that don't exist. Flipping through the book it appears there are numerous examples, however all of the examples (except for the first two) build up to the only GUI app in the book. The CD-ROM has little useful data: JDK 1.1.4 (1.1.6 is available), examples from the book (which are corrected, Hmm), and a few links that most Java developers aready are aware of. The author does cover the basics of JDBC, however I was hoping for more real-world examples, instead of one application that I would not consider real-world.