Date: 2017-11-06
This tutorial explains how to use Java's javax.servlet.RequestDispatcher interface to manage communication between servlets. The interface's forward() method transfers control to another servlet or resource, while include() merges t...