Java Resources
Sun’s Java site provides access to documentation (including the specifications) for JDBC, servlets, JSP, and the JSP Standard Tag Library:
JDBC general information: http://java.sun.com/products/jdbc/index.html
JDBC documentation: http://java.sun.com/j2se/1.3/docs/guide/jdbc/index.html
Java servlets: http://java.sun.com/products/servlet/
JavaServer Pages: http://java.sun.com/products/jsp/
JSP Standard Tag Library: http://java.sun.com/products/jsp/jstl/
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.