Re: Developing Google Docs like Feature

2010-11-17 Thread Thomas Broyer
On 17 nov, 10:20, AgitoM 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

Re: Developing Google Docs like Feature

2010-11-17 Thread Didier Durand
Hi AgitoM, If your document isn't too sophisticated, you could maybe represent it as a cell (or a couple of cells) of Google Spreadsheet and then use the Spreadsheet API to leverage its sharing capabilities. See http://code.google.com/apis/spreadsheets/ regards didier On Nov 17, 10:20 am, Agito

Developing Google Docs like Feature

2010-11-17 Thread AgitoM
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,