Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Google Wave ECF provider"

(New page: Student: Sebastian Schmidt Mentor: Mustafa K. Isik This project is part of the Google Summer of Code 2010 == Abstract == Google Wave is a real-time collaboration system based upo...)
 
m (added a couple of links and github reference)
Line 1: Line 1:
 
Student: Sebastian Schmidt
 
Student: Sebastian Schmidt
  
Mentor: Mustafa K. Isik
+
Mentor: [http://codesurgeon.com Mustafa K. Isik]
  
 
This project is part of the [[Google Summer of Code 2010]]  
 
This project is part of the [[Google Summer of Code 2010]]  
Line 7: Line 7:
 
== Abstract  ==
 
== Abstract  ==
  
Google Wave is a real-time collaboration system based upon operational transformation approach to replicated state synchronization. With the Cola System (DocShare), ECF has been using operational transformation, for some time now. I will implement a provider to allow an equinox+ecf based web server to inter-operate with Google Wave.  
+
[http://wave.google.com Google Wave] is a real-time collaboration system based upon operational transformation approach to replicated state synchronization. With the Cola System (DocShare), ECF has been using operational transformations, for some time now. I will implement a provider to allow an equinox+ecf based web server to inter-operate with Google Wave.  
  
 
== Primary goals ==
 
== Primary goals ==
Line 41: Line 41:
 
== Getting the source ==
 
== Getting the source ==
  
The Wave provider is hosted at ecf1.osuosl.org. Detailed information are provided on [https://bugs.eclipse.org/bugs/show_bug.cgi?id=280347#c10 the enhancement request]
+
The Wave provider is hosted at ecf1.osuosl.org. Detailed information is provided on [https://bugs.eclipse.org/bugs/show_bug.cgi?id=280347#c10 the enhancement request] The sourcecode is also [http://github.com/sschmidt/eclipse-ecf-wave mirrored on github.com] to facilitate collaboration via the Git version control system and github features.
  
 
== Open issues ==
 
== Open issues ==

Revision as of 14:28, 24 May 2010

Student: Sebastian Schmidt

Mentor: Mustafa K. Isik

This project is part of the Google Summer of Code 2010

Abstract

Google Wave is a real-time collaboration system based upon operational transformation approach to replicated state synchronization. With the Cola System (DocShare), ECF has been using operational transformations, for some time now. I will implement a provider to allow an equinox+ecf based web server to inter-operate with Google Wave.

Primary goals

Legend
Glass.gif Needs some research

Progress.gif Work in progress

Ok green.gif Feature added

Glass.gif incorporate waveprotocol.org code into ECF code, api-level ECF-provider implementation
Glass.gif example applications for communication between Wave and Eclipse/ECF

Timeline

Milestone Date Planned/Completed/Progressing  items status
M1 May 5 research and planning Progress.gif


Getting the source

The Wave provider is hosted at ecf1.osuosl.org. Detailed information is provided on the enhancement request The sourcecode is also mirrored on github.com to facilitate collaboration via the Git version control system and github features.

Open issues

To see all the open issues and feature requests of this project, take a look at this Bugzilla query.

New ideas

Do you have a great idea for the provider? Just open a new feature request or comment on the existing enhancement request.

Back to the top