File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes Decentralized Web Application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "Decentralized Web Application" Watch "Decentralized Web Application" New topic
Author

Decentralized Web Application

Vinod Kumar
Ranch Hand

Joined: Jan 18, 2002
Posts: 75
My company has a requirement where the application data for few countries should recide in the respective countries. Company usually hosts the web application and database server in US office and users from other countries use the app. But this new app has the data privacy requirement which forces us to think of individual country hosting their own application and database server.

The option of having data encryped and stored in US server is ruled out as it is legal law which restricts data transfer from one country to another as the data is sensitive.

If anyone has experience in resolving this type of requirement, please provide some ideas.

Company has J2EE and Websphere Servers and MS SQL Server servers and infrastructure in US

Thanks,
Vinod Kumar
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32421
If the data should not cross country borders, then a centralized data processing infrastructure (in the USA or elsewhere) will not be sufficient - in needs to be duplicated in all countries where such data is stored and can't be moved elsewhere.


Android appsImageJ pluginsJava web charts
 
 
subject: Decentralized Web Application
 
developer file tools