This page contains a summary of the types of questions that were on the first
two exams.
Exam 1
-
Complete HTML page.
-
Complete HTML form.
-
Complete controller.
-
Apache directives: name, function, conf file.
-
Hypertext links
-
Controlling Apache and Tomcat: start, stop, restart
-
CLASSPATH.
-
Web app structure.
-
Tomcat Configuration: servlet and servlet mapping
-
Servlet Lifecycle: loading and removing from memory.
-
HTTP Request Structure.
-
JSPs versus Servlets.
Exam 2
-
Tomcat Configuration: servlet and servlet mapping
-
Member variables in a Servlet
-
Bean: creating, adding to session, access from JSP
-
ControllerHelper: constructing, add to session, access from JSP
-
ControllerHelper methods: purpose and parameters.
-
HelperBase: constructor and member variables.
-
Controller: complete controller that uses a controller helper.
-
Web application lib directory
-
Accessors and mutators
-
Servlet Lifecycle: loading and removing from memory.
-
Logging: initialization, levels, message methods
-
Annotaion: ButtonMethod. Purpose and syntax
-
Apache Directives: name, function, conf file.