First page Back Continue Last page Overview Graphics
Problems with servlets
Models the “blind request” nature of the web quite well but difficult to map to application logic.
- Servlet handles request and (effectively) disappears.
- How do we get continuity in an application?
- Ans: through request and session state
Multiple interfaces share session state = crowded and error prone
Notes: