Overview
Servlets are the J2EE alternative to CGI programming for dynamic HTML generation. Servlets offer higher performance and access to all Java APIs including Java Beans, JDBC, and Enterprise Java Beans. Web Applications are an collection of static HTML pages, dynamic Servlet, and JSP (this lexture) files as well as the deployment descriptors that assist configuring each component of the application for a particular deployment..Lecture
JavaServer Pages (lecture, handouts, ppt)
Examples: config.xml, startWebLogic.bat
Login Example: loginapp.war,source
Personnel Example: personnel.war, source
* webui classes
Marty Hall's Debug Tag Example: tags.war
Resources
Sun's Main Servlet PageSpecification(s)Marty Hall's Core Servlet's Home Page - http://www.coreservlets.com
Servlet Downloads and SpecificationsServlets, JSP and Weblogic
Assembling and Configuring Web Applications - http://edocs.beasys.com/wls/docs61/webapp
Programming WebLogic HTTP Servlets - http://edocs.beasys.com/wls/docs61/servletProgramming WebLogic JSP - http://edocs.beasys.com/wls/docs61/jsp
Programming JSP Tag Extensions - http://edocs.beasys.com/wls/docs61/taglib