Examples for Mark Watson's book "Java 10 Minute Solutions"
These examples are copyright 2003 by Sybex and Mark Watson. As a purchaser of this book, you have the right to reuse these examples in your own Java projects; please read the license for details.
You must agree to the terms of this license agreement before downloading the book examples.
The following ZIP files are available:
On the Sybex download site for this book
- Java_10_minute_solutions.zip - Examples for Solutions 1 through 39.
- part10.zip - Examples for Java servlets
- part11.zip - Examples for JSPs and struts
- parts_12_13.zip - EJB examples with ant build files (uses XDoclet)
- ant_demos.zip - A few standalone ant project demos
- ant_jsp_struts.zipA complete struts demo project including ant build files
- junit_demos.zip - JUnit examples with ant build files
- part14.zip - Demos using Hibernate JDO
Book Errata Information
none yet
Book Examples Errata Information
- Solutions 40 to 49: when compiling any servlet code, I place servlet.jar in the classpath. This works for Tomcat 4.x. For Tomcat 5.x, use servlet-api.jar