how to communicate between 2 servlets which are present in two different web applications
Abhishek Reddy
Ranch Hand
Joined: Mar 28, 2006
Posts: 259
posted
0
hi every one,
how to communicate between 2 servlets which are present in two different web applications?
case1: two web applications are deployed in the same server (for example tomcat)
case2: two web applications are deployed in two different servers (for example tomcat and weblogic)
need help
Abhishek
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
1
posted
0
Java is loaded with tools for communicating between applications. One of the simplest would be a shared database.
What are the characteristics of the data which needs to be shared?
volume?
rapid change?
transactions?
... etc