Review Topics for Exam 2
Class Page Links
-
All the ones that have been marked
like this.
Tomcat
-
Web Application Structure
Chapter 1 : Browser-Server Communication
-
Hypertext Transport Protocol
-
Request Format
-
Response Format
-
Content Type
-
Markup Language
-
Hypertext Markup Language
-
Basic Tags for a Web Page
-
What is the HT in HTML?
-
HTML Forms
-
Form Tags
-
Representing Data
-
Transmitting Data over the Web
-
Processing Form Data
-
The Truth About JSPs
-
Tomcat and NetBeans
-
Summary
-
Chapter Review
Chapter 2
-
Introduction
-
Sending Data to Another Form
-
Action Attribute
-
Hidden Field Technique
-
Sending Data to Either of Two Pages
-
Using a Controller
-
Controller Details
-
JSP Controller
-
JSPs versus Servlets
-
Controller Servlet
-
Servlet Access
-
Servlet Directory Structure
-
Servlet Engine for a Servlet
-
Summary
-
Chapter Review
Chapter 3
-
Introduction
-
Java Bean
-
Creating a Data Bean
-
Using the Bean in a Web Application
-
Application: Data Bean
-
Controller: Data Bean
-
Accessing the Bean in the JSP
-
JSPs: Data Bean
-
Application: Default Validation
-
Java Bean: Default Validation
-
Controller: Default Validation
-
Member Variables in Servlets
-
Threads
-
The Problem with Member Variables
-
Local versus Member Variables
-
Reorganising the Controller
-
Creating the Helper Base
-
Creating the Controller Helper
-
JSPs: Reorganised Controller
-
Controller: Reorganised Controller
-
Application: Reorganised Controller
-
Model, View, Controller
-
Summary
-
Chapter Review
Chapter 4
-
Introduction
-
Logging in Web Applications
-
Logging with Log4j
-
Configuring Log4j
-
Retrieving the Logger
-
Summary
-
Chapter Review
-
Terms: Logger, Logger Path, Logger Name, Logger Initialisation Servlet,
Initialisation Parameter
-
New Java: All the Logger methods, all the Levels
-
Tags: load-on-startup, init-param
-
Questions: 1, 3
-
Tasks: 1, 2