An open API service indexing awesome lists of open source software.

https://github.com/aakankshabhende/servlet-collaboration

A program to demonstrate servlet collaboration by using various methods available.
https://github.com/aakankshabhende/servlet-collaboration

collaboration forward javaservlets redirect session-cookie

Last synced: 17 days ago
JSON representation

A program to demonstrate servlet collaboration by using various methods available.

Awesome Lists containing this project

README

          

# Servlet-Collaboration
The exchange of information among servlets of a particular Java web application is known as Servlet Collaboration. This enables sharing information from one servlet to the other through method invocations.



This can be achieved using various methods-
- Using Forward method
- Using Redirect method
- Using HTTP Cookies
- Using HTTP Sessions