CoveComm Inc.

JSP, Servlets, and MySQL Source Code

Published 2005-10-27   

Source Code for JSP, Servlets, and MySQL

The second release of the source code for JSP, Servlets, and MySQL is now available. Much of this code is currently being used in a production environment, and is constantly evolving. If you have questions, comments, bug reports or bug fixes, please contact Dave Harms.

Corrections are listed in corrections.html in the deweb application, and also on the CoveComm site.

Downloads Available

File Description
hungryminds.war
or
hungryminds.zip
(Updated July 5, 2001)
Web application - Examples from Parts 1 and 2 of the book. Tested with Tomcat 4.1.18 and JDK 1.4
deweb.war
or
deweb.zip
This web application (deweb), which demonstrates the use of the DEWEB package, which is the focus of Parts 3 and 4 of the book. This is a complete Model 2 (Model/View/Controller) working application. Tested with Tomcat 4.1.18 and JDK 1.4

NOTE: You will need a JDBC-compliant database, and you'll also need to run the SQL create script from the deweb/WEB-INF directory and give your servlets permission to use the database.

hungryminds.1.war
or
hungryminds.1.zip

deweb.1.war
or
deweb.1.zip

These are older versions of the source tested with Tomcat 3.x
   
jsm-javadoc.war
or
jsm-javadoc.zip
Javadoc for the book examples and the DEWEB package.