vote up 2 vote down star
1

I think the answer to this question hinges on the whether or not it's possible to have access to the Operational Transformation architecture directly within the gadget API. It isn't currently there, so what might be the alternatives for fine-grained deltas, as opposed to just a big lock on each variable?

flag
would love to see this one answered have a look at dl.google.com/io/2009/… you may consider using google-diff-match-patch/ code.google.com/p/google-diff-match-patch – Tzury Bar Yochay Oct 21 at 9:59

1 Answer

vote up 1 vote down

I think that the idea of Google Wave is that operational transformation is done and resolved on the server. So your gadget can only post delta's and get notified on updates, but could by definition not participate in conflict resolution and the like.

Interesting sideline could be how you could influence the way conflict resolution works be choosing a different form of storage from your gadget (dictionary with keys, arrays, strings). Some will behave differently in conflict situations, I'd expect.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.