| Author |
servlets/jsps from various web applications want to access data
|
sai prasanna
Ranch Hand
Joined: May 02, 2005
Posts: 167
|
|
hi all, Suppose servlets/jsps from various web applications want to access shared data, what is the mechanism to achieve ? In the sam web applications we go for ServletContext but for diff web applications thanks in advance saiprasanna
|
 |
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
Originally posted by sai prasanna: hi all, Suppose servlets/jsps from various web applications want to access shared data, what is the mechanism to achieve ? In the sam web applications we go for ServletContext but for diff web applications thanks in advance saiprasanna
Use any database or XML (if not huge).
|
 |
 |
|
|
subject: servlets/jsps from various web applications want to access data
|
|
|