Review Topics for the Midterm

Class Page Links

UNIX

HTML

Online Book

Chapter 1

  1. Browser-Server Communication
  2. Markup Language
    1. Hypertext Markup Language
    2. Basic HTML
    3. What is the HT in HTML?
    4. HTML Forms
  3. Representing Data
    1. Transmitting Data Over The Web
    2. Processing Form Data
    3. Initializing Form Elements
  4. Chapter Review

Chapter 2

  1. Sending Data to Another Form
    1. Action Attribute
    2. Hidden Field Technique
    3. Sending Data to Either of Two Pages
  2. The Truth About JSPs
    1. Servlet for a JSP
    2. JSP-Tomcat Communication
  3. Using a Controller
    1. JSP Controller
    2. JSPs versus Servlets
    3. Controller Servlet
    4. Servlet-Tomcat Communication
  4. Registering a Servlet with Tomcat
    1. Creating a Short Name for a .class File
    2. Servlet Mapping
    3. Order within web.xml
  5. Servlet-JSP Directory Structure
  6. Chapter Review

Chapter 3