blah blah blah is here! blah blah » Close

0
votes
2 answers

How to resolve conflicts when data can be modified from multiple sources?

Rick_A
761

These days application data can be modified (created/updated/deleted etc) from multiple sources, such as a iphone application and a web application. What techniques are considered best practice when it comes to conflict resolution? Sa ...

Feedback