Topics for the test
HTML codes for a basic web page
Apache Server
-
Starting, stopping, restarting the server
-
Configuring httpd.conf. See highlights
in blue.
-
Configuring srm.conf. See highlights
in blue.
-
access.conf. See highlights in
blue.
-
Options
-
Multiviews
-
Indexes
-
FollowSymLinks
-
SymLinksIfOwnerMatch
-
IndexOptions
-
FancyIndexing
-
SuppressSize
-
SuppressDescription
-
SuppressLastModified
-
Language Negotiation
-
Options Multiviews
-
AddLanguage
-
LanguagePriority
-
Content Negotiation
-
Timeout
-
KeepAlive vs Closed
-
Spare Servers
-
MinSpareServers
-
MaxSpareServers
-
StartServers
-
MIME types files
-
ReadmeName
-
HeaderName
-
Directory
-
Location
-
Alias
-
ErrorDocument
Information From Lectures and Web Pages
-
Highlighted in Blue on the web site
Chapter 3
-
Controller Servlet
-
Member and Local Variables in a Servlet
-
Java Beans
-
Using a Bean for Hidden Fields
-
Using a Collection of Beans for Hidden Data
-
Using a Bean and Validating
-
Populating the Bean
Chapter 4
-
Regular Expressions
-
POST versus GET
-
Validating Using Hibernate
-
Persisting a Bean to a Database
-
Omit: JAR Files
-
Omit: Hibernate Configuration
-
Omit: Hibernate Configuration Files
Chapter 5
-
HTML Information
-
Style Sheets
-
Form Elements
-
Multiple Choices in a Bean
Chapter 6