Extending Servlet Code
Introduction
June 2002
This article describes how the Virtual Shopping Mall
(VSM) sample application implements servlet filters. Introduced in the
Java
Servlet 2.3 specification, servlet filters enable developers to modify
the behavior of servlet-based applications without touching existing code.
|