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 LifecycleJ2EE Design Patterns
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.
Container-Component architectureThere will be 2 - 4 questions, possibly of the types:
N-tier architectures
Model-View-ControllerService-to-Worker
Dispatch-View|Front Controller
Data Access Object
Entities and Value Objects
View and View Helper
Write a form and a servlet that responds to the form
Draw a sequence diagram
Draw a class diagram
Explain and give examples of ...