by Eric Peachey >> Mon, 4 Oct 1999 19:04:54 GMT
Hello,
Just wondering how you people approach the problem of identifying if another user has changed an object whilst you are currently editing it. In a fat client environment this was reasonably straightforward in that you could use the Object:::edition feature (and related methods) to see if the object in your cache was the latest edition before saving your updates. Assuming that each user would have their own 'node' and cache was probably a safe thing to assume (as the forms Wizard does) in a fat client environment. In the Jade Thin Client environment it's possible to have all your users sharing the same cache (i.e. that of the app server). So, what strategy would you use to detect that another user has changed an object that you are editing? Using notifications or cloning or storing details of the object concerned seem to be possible approaches.
Eric in Dunedin