====== Resources ====== ---- **Downloads** * [[http://www.oracle.com/technetwork/java/javase/downloads/|JDK]] * [[http://www.eclipse.org/|Eclipse IDE]] * [[http://tomcat.apache.org/|Apache Tomcat]] * Configuring the development environment: * [[http://www.cse.yorku.ca/roumani/lib/jsp/|JSP]] * [[http://www.cse.yorku.ca/roumani/lib/derby/|Derby]] ---- **APIs** * [[http://download.oracle.com/javase/7/docs/api/|JSE API]] * [[http://tomcat.apache.org/tomcat-7.0-doc/servletapi/index.html|Servlets API]] * [[http://tomcat.apache.org/tomcat-7.0-doc/jspapi/index.html|JSP API]] * [[http://download.oracle.com/docs/cd/E17802_01/products/products/jsp/jstl/1.1/docs/tlddocs/index.html|JSTL API]] ---- **Docs** * [[http://www.cse.yorku.ca/java/api/servlet-3_0-final-spec.pdf|Servlet 3.0 Specs]] * [[http://www.cse.yorku.ca/java/api/jsp-2_1-fr-spec.pdf|JSP 2.1]] ---- **Client Side** * [[http://www.w3.org/Style/CSS/|CSS]] * [[http://www.ecma-international.org/publications/standards/Ecma-262.htm|JavaScript]] ---- **Tutorials** * [[http://www.cse.yorku.ca/java/api/javaeetutorial6.pdf|JEE Tutorial]] * [[http://coreservlets.com/|JEE highlights, tutorials, and lectures]]