Distributed Transaction Framework across webservices
- by John Petrak
I am designing a new system that has one central web service and several site web services which are spread across the country and some overseas. It has some data that must be identical on all sites.
So my plan is to maintain that data in the central web service and then "sync" the data to sites. This includes inserts, edits and deletes.
I see a…