Servlet chaining is a technique in which two or more servlets can
cooperate in servicing a single request.In servlet chaining, one
servlet’s output is piped to the next servlet’s input. This process
continues until the last servlet is reached. Its output is then sent
back to the client.
Posted in: