aspose file tools
The moose likes Servlets and the fly likes servlets/jsps from various web applications  want to access data Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlets/jsps from various web applications  want to access data" Watch "servlets/jsps from various web applications  want to access data" New topic
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).

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: servlets/jsps from various web applications want to access data
 
Similar Threads
swing
Java Libraries for building an HTML page
Should we put JSP in WEB-INF
Suggest me the best practise for accesing database by JSP page
Servlet and general architecture question