Sample Program: Writing Filters for the BookShoppingServlet

The source code of the DemonstrateFilters.java program is given in Listing 4.3.

Listing 4.3. DemonstrateFilters.java
 /****************************************************************************** * Class Name:DemonstrateFilters * Implements:Filter * Description:Servlet to demonstrate filter functionality * This is invoked when the BookShoppingServlet is called, and is * executed before the BookShoppingServlet is executed. * @author Mandar S. Chitnis, Lakshmi AM. @version 1.1 * Copyright (c) by Sams Publishing. All Rights Reserved. *******************************************************************************/ package com.sams.learnweblogic7.servlets; //importing the servlet and security ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days 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.