Hour 7 Servlet Filters

What You’ll Learn in This Hour:

Image   What the basic methods of a Filter are

Image   How to configure a filter into a container

Image   How to write a simple Filter

Although JSPs and servlets are fairly powerful, there are times when you need to augment their capabilities. For example, you may want to compress the output of a JSP or servlet if the browser supports compression. Or you may be interested in encrypting or filtering content. ...

Get Sams Teach Yourself JavaServer Pages™ 2.0 with Apache Tomcat in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.