Midterm Review
(under construction)

The midterm is scheduled for Monday, 10/14.

The exam will be in-class, closed notes/books. There will be 2 - 3 questions. Types of questions may include:

Draw a UML class diagram showing ...
Draw a UML sequence diagram showing ...
Write a form and a servlet that responds to the form
Explain and give examples of ...


Topics include:

Servlets

Servlet Lifecycle
HTTP Protocol
Generic & HTTP Servlets
HTTP Request and Response
Servlet Containers
Forward and Include
Session Management (Cookies & HTTP Sessions)
Application, session, and request scope
The purpose of web.xml
Be able to write forms and responders similar to the examples given in class.
J2EE Design Patterns
Container-Component architecture
N-tier architectures
Model-View-Controller
Service-to-Worker
Dispatch-View|

Front Controller
Data Access Object
Entities and Value Objects
View and View Helper

There will be 2 - 4 questions, possibly of the types:

Write a form and a servlet that responds to the form
Draw a sequence diagram
Draw a class diagram
Explain and give examples of ...