On Wed, Mar 17, 2010 at 8:13 PM, krithika <[email protected]> wrote: > Thankyou for your reply. > >>>There is something I half investigated whereby you can generate a gwt module > that exports functions into the embedding scope. Gwt-export if memory > serves. > > I looked in gwt.export option , but I have to implement Exporter > interface for the required classes and add @gwt.export Meta for > required methods.This is again manual procedure indeed.Courtesy > http://timepedia.blogspot.com/2007/06/gwt-demystified-generators-part-deux.html > > >>>You could wire up some sort of javascript listener style interface where the > javascript gets a complete document pushed on it every time the OT doc > changes, along with some sort of "make this edit" call interface, > which > would map half decently to the underlying OT implementation, but would > probably suck majorly from the javascripter's point of view. > > If complete document is pushed I will have the cursor problem and edit > during the document push operation might be lost.Iam not very clear on > this. >
Realistically, if you want to be able to interact in the OT properly, including all the fun and games of cursor and change tracking, you need to understand how OT works. I strongly suggest you watch the Google IO videos, read the papers, and study the FedOne source code. That is what I did, and it enabled me to build an OT based client server system that maintained sync. After much cursing and swearing. You need to invest the time to understand it. > > regards, > Krithi > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- Brett Morgan http://www.google.com/profiles/brett.morgan -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
