| API Documentation Links |
| • HTML / CSS API | www.htmlref.com Related link (for hexadecimal color combinations): www.yvg.com/twrs/RGBConverter.html |
| • JDK / J2SE API | java.sun.com/javase/reference/api.jsp Click on the link under "Core API Docs" for the JDK version you installed. In the book, JDK 6 is used, and the corresponding API link is as follows: http://java.sun.com/javase/6/docs/api/ |
| • J2EE API | java.sun.com/javaee/reference/ Click on the link that says "Java EE 5 SDK API Specifications". |
| • Servlet / JSP API | tomcat.apache.org Click on "Tomcat 5.5" link under Documentation. Then click on "JSP API Javadocs" or "Servlet API Javadocs" (as required) under Reference section, or on "Jasper Javadocs" under the section titled "Apache Tomcat Developers". |
| • MySQL Reference | dev.mysql.com/doc/ In the "MySQL Reference Manual" section, go to the row that says "English / v5.0", click on the "View" link under the "HTML Online" header, and then on "SQL Statement Syntax" on the right. |
| • Struts API | struts.apache.org Click on the link under Documentation for the Struts version you downloaded. For Struts 1.3.5 that was used in this book, the following URL gives details of the API specification: struts.apache.org/1.3.5/apidocs/index.html |