Skip to content

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

Notifications You must be signed in to change notification settings

aakankshabhende/Servlet-Collaboration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published