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.
- Host: GitHub
- URL: https://github.com/aakankshabhende/servlet-collaboration
- Owner: aakankshabhende
- Created: 2022-02-18T09:47:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T13:24:27.000Z (over 4 years ago)
- Last Synced: 2025-02-27T21:53:05.534Z (over 1 year ago)
- Topics: collaboration, forward, javaservlets, redirect, session-cookie
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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