There are two common ways to trigger a chain of servlets for an incoming request. First, you can tell the server that certain URLs should be handled by an explicitly specified chain. Or, you can tell the server to send all output of a particular content type through a specified servlet before it is returned to the client, effectively creating a chain on the fly. When a servlet converts one type of content into another, the technique is called filtering. Servlet chaining can change the way you think about web content creation. Here are some of the things you can do with it: Quickly change the appearance of a page, a group of pages, or a type of content. For example, you can improve your site by suppressing all
This entry was posted
on Tuesday, January 16th, 2007 at 5:01 am and is filed under servlet.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.