This page contains a summary of the content of questions that were on the first three exams.

Exam 1

  1. Complete HTML page.
  2. Complete HTML form.
  3. JSP Controller.
  4. Web app structure.
  5. Apache directives: name, function, conf file.
  6. Hypertext links
  7. Tomcat Configuration
  8. Controlling Apache and Tomcat: start, stop, restart
  9. HTTP Request Structure

Exam 2

  1. CLASSPATH
  2. Servlet Mapping
  3. Connecting Tomcat to Apache
  4. Including Files: JSP and SSI
  5. Restricting Access: Tomcat and Apache
  6. Apache: Spare Servers, Options, Timeout, Language Negotiation, FancyIndexing
  7. Servlets compared to JSPs
  8. Member variables in a Servlet
  9. Complete Servlet
  10. Bean
  11. Default Validation
  12. Accesssing the ControllerHelper from a JSP

Exam 3

  1. Apache: access.conf
  2. ControllerHelper methods
  3. Logger
  4. Required Validation: Hibernate Annotations, HelperBase Methods and Structures
  5. HTML form with advanced elements
  6. Database Persistence using Hibernate: Hibernate Annotations, HibernateUtil methods
  7. JSTL Loop
  8. Regular Expressions
  9. Initalizing complex form elements: radio, checkbox, select