On 17 nov, 10:20, AgitoM <karel.m...@gmail.com> wrote:
> For the project I am working on, I need to develop a Google Docs like
> feature since we should support collaborative document editing.  I
> already have a mechanism based on Comet that can synchronize data, but
> I need to be able to update a text onscreen based on what is being
> keyed in on the client, and what is coming in through from the server.
>
> Currently I'm using a rich text area, problem with that is though when
> a update comes in, the cursor moved back to the top left corner, or
> when people are editing on the same line, all people share the same
> cursor, which results in all user effectively overwriting each other.
>
> Any other widget I can use, or any way I can integrate Google Docs in
> the platform I'm developing?

Have a look at the Wave-In-A-Box project (though note that the widget
is tightly bound to the Wave document/communication model, at least
that was the case last time I looked at it last spring/summer):
http://code.google.com/p/wave-protocol

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to