Servlet filters and application lifecycle event handlers

EAServer 4.0 supports servlet filters. Using servlet filters, you can preprocess servlet requests and postprocess servlet responses. You can install code that executes in response to changes in the servlet context or HTTP sessions associated with your Web application. For details on these features, see Chapter 23, “Using Filters and Event Listeners,” in the EAServer Programmer’s Guide.