Review Topics for the Midterm
Class Page Links
All the ones that have been marked
like this
.
UNIX
chmod
command
modes
HTML
DOCTYPE and meta (know what they areand why they are needed)
Standard codes for a web page: HTML, HEAD, BODY, TITLE
Headings: H1, H2, H3, H4, H5, H6
Layout: BR, P, HR
Anchors: A (HREF)
Relative and Absolute references
HTML forms
text boxes
hidden fields
submit buttons
Online Book
Chapter 1
Browser-Server Communication
Markup Language
Hypertext Markup Language
Basic
HTML
What is the
HT
in
HTML
?
HTML
Forms
Representing Data
Transmitting Data Over The Web
Processing Form Data
Initializing Form Elements
Chapter Review
Chapter 2
Sending Data to Another Form
Action Attribute
Hidden Field Technique
Sending Data to Either of Two Pages
The Truth About JSPs
Servlet for a JSP
JSP-Tomcat Communication
Using a Controller
JSP Controller
JSPs versus Servlets
Controller Servlet
Servlet-Tomcat Communication
Registering a Servlet with Tomcat
Creating a Short Name for a
.class
File
Servlet Mapping
Order within
web.xml
Servlet-JSP Directory Structure
Chapter Review
Chapter 3
Controller Servlet
Generating Hidden Fields
Member versus Local Variables
Java Beans
Generating Hidden Fields in Beans
Using a Collection of Beans for Hidden Data
Using a Data Bean
Chapter Review