Forward or redirect from one Servlet to another.
2. Load the Servlet from ServletContext and access methods.
b.using RequestDispatcher interface
c. Servlet Collaboration or Communication can be achieved either by using Request Dispatcher's Forward or Include methods (available with request object) or Send Redirect method(available with response object). Servlet Context is also one of the ways to acheive servlet collaboration coz it is the one which provides the information of all the servlets.
SOURCE : www.referjava.com
No comments:
Post a Comment