This page contains a summary of the types of questions that were on the first two exams.

Exam 1

  1. Complete HTML page.
  2. Complete HTML form.
  3. Complete controller.
  4. Apache directives: name, function, conf file.
  5. Hypertext links
  6. Controlling Apache and Tomcat: start, stop, restart
  7. CLASSPATH.
  8. Web app structure.
  9. Tomcat Configuration: servlet and servlet mapping
  10. Servlet Lifecycle: loading and removing from memory.
  11. HTTP Request Structure.
  12. JSPs versus Servlets.

Exam 2

  1. Tomcat Configuration: servlet and servlet mapping
  2. Member variables in a Servlet
  3. Bean: creating, adding to session, access from JSP
  4. ControllerHelper: constructing, add to session, access from JSP
  5. ControllerHelper methods: purpose and parameters.
  6. HelperBase: constructor and member variables.
  7. Controller: complete controller that uses a controller helper.
  8. Web application lib directory
  9. Accessors and mutators
  10. Servlet Lifecycle: loading and removing from memory.
  11. Logging: initialization, levels, message methods
  12. Annotaion: ButtonMethod. Purpose and syntax
  13. Apache Directives: name, function, conf file.