IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Engineering » OO, Patterns, UML and Refactoring
 
RSS feed
 
New topic
Author

Decentralized Web Application

Vinod Kumar
Ranch Hand

Joined: Jan 18, 2002
Messages: 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
Sheriff

Joined: Mar 22, 2005
Messages: 26745

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.

Java web chartsImageJ PluginsSpecification URLsJava FAQs
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Engineering » OO, Patterns, UML and Refactoring
 
RSS feed
 
New topic
The most intelligent Java IDE