• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Decentralized Web Application

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic