Review Topics for the Final Exam

Class Page Links

Previous Exams

In addition to the material for the previous exams, you must know the new material that has been covered since the second exam.

Apache

JSP Tags

HTML

Book

  1. 5 Hibernate
  2. 5.1 Required Validation
    1. 5.1.1 Regular Expressions
    2. 5.1.2 Try It: Regular Expressions
    3. 5.1.3 Hibernate Validation
    4. 5.1.4 Implementing Required Validation
  3. 5.2 Application: Required Validation
    1. 5.2.1 Try It: Required Validation
  4. 5.3 POST Requests
    1. 5.3.1 POST versus GET
  5. 5.4 Application: POST Controller
    1. 5.4.1 Controller: POST Controller
    2. 5.4.2 Controller Helper: POST controller
    3. 5.4.3 JSPs: Updating the JSPs with POST
    4. 5.4.4 Try It: Post Controller
  6. 5.5 Saving a Bean to a Database
    1. 5.5.1 Hibernate JAR Files
    2. 5.5.2 JAR File Modifications and Deployment
    3. 5.5.3 Hibernate Persistence: Configuration
    4. 5.5.4 Closing Hibernate
    5. 5.5.5 Persistent Annotations
    6. 5.5.6 Accessing the Database
    7. 5.5.7 Making Data Available
    8. 5.5.8 Data Persistence in Hibernate
  7. 5.6 Application: Persistent Data
    1. 5.6.1 Controller: Persistent Data
    2. 5.6.2 ControllerHelper: Persistent Data
    3. 5.6.3 Try It: Persistent Data
  8. 5.7 Hibernate Configuration Files
    1. 5.7.1 XML File
    2. 5.7.2 File Location
    3. 5.7.3 Simplified Controller Helper
  9. 5.8 Summary
  10. 5.9 Chapter Review
  1. 6 Advanced HTML and Form Elements
  2. 6.2 HTML Design
    1. 6.2.1 Inline and Block Tags
    2. 6.2.2 General Style Tags
    3. 6.2.3 Specific Style Tags
  3. 6.3 Cascading Style Sheets
    1. 6.3.1 Adding Style
    2. 6.3.2 Defining Style
  4. 6.4 Form Elements
    1. 6.4.1 Input Elements
    2. 6.4.2 Textarea Element
    3. 6.4.3 Select Elements
    4. 6.4.4 Bean Implementation
  5. 6.5 Application: Complex Elements
    1. 6.5.1 Controller: Complex Elements
    2. 6.5.2 Edit.jsp: Complex Elements
    3. 6.5.3 Java Bean: Complex Elements
    4. 6.5.4 Confirm.jsp, Process.jsp: Complex Elements
    5. 6.5.5 Try It: Complex Elements
  6. 6.9 Summary
  7. 6.10 Chapter Review