PPT Slide
Cool Servlet Stuff: Servlet Chaining
Servlet chaining allows you to chain multiple servlets together in a particular order, piping the output from one servlet to the next in the chain. The output from the last servlet is returned to the browser.
- Create a chain that sends all html pages through a deblinking servlet to remove the <BLINK> tags
- Create a chain that sends data through a table filter servlet, which formats the passed data into an html table
Author | Title | Track | Home