Sun's Java site provides access to documentation (including the specifications) for JDBC, servlets, JSP, and the JSP Standard Tag Library:
George Reese. Database Programming with JDBC and Java. O'Reilly & Associates.
David Flanagan. Java Examples in a Nutshell. O'Reilly & Associates.
Hans Bergsten. JavaServer Pages. O'Reilly & Associates.
David Harms. JSP, Servlets, and MySQL. M & T Books.
Simon Brown, et al. Professional JSP. Wrox Press.
Shawn Bayern. JSTL in Action. Manning Publications.
Using the mysql Client Program
Writing MySQL-Based Programs
Record Selection Techniques
Working with Strings
Working with Dates and Times
Sorting Query Results
Generating Summaries
Modifying Tables with ALTER TABLE
Obtaining and Using Metadata
Importing and Exporting Data
Generating and Using Sequences
Using Multiple Tables
Statistical Techniques
Handling Duplicates
Performing Transactions
Introduction to MySQL on the Web
Incorporating Query Resultsinto Web Pages
Processing Web Input with MySQL
Using MySQL-Based Web Session Management
Appendix A. Obtaining MySQL Software
Appendix B. JSP and Tomcat Primer
Appendix C. References