Difference between revisions of "Google Wave"

From Organic Design wiki
m (Links: add O'Reilly link)
m (Nad moved page Wave to Google Wave over redirect)
 
(13 intermediate revisions by 3 users not shown)
Line 4: Line 4:
  
 
The Wave extension adds the concept of revision-based document storage and collaborative access to the XMPP protocol suite. This is very important because it is essentially all the concepts that make up a wiki and all our forms of communications all unified and encapsulated into an ''open standard'' independent of any particular platform or technology.
 
The Wave extension adds the concept of revision-based document storage and collaborative access to the XMPP protocol suite. This is very important because it is essentially all the concepts that make up a wiki and all our forms of communications all unified and encapsulated into an ''open standard'' independent of any particular platform or technology.
 +
<div class=visualClear></div>
  
 
== See also ==
 
== See also ==
*[[XMPP]]
+
* http://pyofwave.info/ - python implementation project that is still alive
 
+
*[[XMPP]] ''- our XMPP article''
== Links ==
+
*[[MW:Extension:GoogleWave]] ''- some people are quick off the mark!''
 
*[http://wave.google.com/ Google Wave home]
 
*[http://wave.google.com/ Google Wave home]
 
*[http://www.waveprotocol.org/ Google Wave Federation Protocol] ''- the site dedicated to the open protocol''
 
*[http://www.waveprotocol.org/ Google Wave Federation Protocol] ''- the site dedicated to the open protocol''
 
*[http://www.youtube.com/watch?v=v_UyVmITiYQ Google Wave Developer Preview at Google I/O 2009 on YouTube]
 
*[http://www.youtube.com/watch?v=v_UyVmITiYQ Google Wave Developer Preview at Google I/O 2009 on YouTube]
 +
*[http://mashable.com/2009/05/28/google-wave-guide/ Google Wave Guide]
 
*[http://www.endesha.com/blog/on-google-wave-part-1-architecture/ Endesha on Google Wave]
 
*[http://www.endesha.com/blog/on-google-wave-part-1-architecture/ Endesha on Google Wave]
*[http://radar.oreilly.com/2009/05/google-wave-what-might-email-l.html Google Wave: What Might Email Look Like If It Were Invented Today?] - by Tim O'Reilly
+
*[http://radar.oreilly.com/2009/05/google-wave-what-might-email-l.html Google Wave: What Might Email Look Like If It Were Invented Today?] ''- by Tim O'Reilly''
 +
*[http://mashable.com/2009/05/31/google-wave-features/ The Top 6 Game-Changing Features of Google Wave]
 +
*[http://blogs.zdnet.com/Hinchcliffe/?p=560 First impressions of Google Wave] ''- on ZDNet''
 +
*[http://www.readwriteweb.com/archives/google_wave_is_dead.php RWW - Wave Is Dead] ''- NOT!''
 +
**[http://www.readwriteweb.com/archives/google_announces_wave_in_a_box.php Wave in a Box]
 +
**[http://www.readwriteweb.com/archives/google_wave_will_live_on_as_apache_wave.php Apache Wave] | [http://incubator.apache.org/projects/wave.html Apache Wave incubation project]
 +
*[http://readwriteweb.com/cloud/2010/08/google-waves-demise-has-its-up.php RWW - Why Developers Did Not Adopt Google Wave]
 +
*[http://p2pvalue.eu/blog/awakening-decentralised-real-time-collaboration Awakening Decentralised Real-time Collaboration] ''- Wave could be back from the dead - opener, distributeder, better!''
 +
[[Category:Software]]

Latest revision as of 12:46, 12 October 2018

Google Wave is an in-browser JavaScript application which combines the functionality of email, instant messaging (chat rooms) and wiki into a single cohesive interface. This technology is very likely to become fundamental to the Internet because all of the actual concepts behind the JavaScript interface have been developed as an open Internet standard so there is no limitation to its use. Eventually we'd like our whole organisational system to be able to be specified within the context of Internet Protocols as this is an even more open form of technology than the GPL license used by the Open Source community.

What the proposed Wave application will look like as rendered within a web browser

The standard is called Google Wave Federation Protocol and is an extension of the already existing and very popular XMPP protocol (Extensible Messaging and Presence Protocol). XMPP is a technology independent standard which includes a protocol called XEP designed to allow any aspect of XMPP to be extended or altered. The XMPP core handles near-real-time, extensible instant messaging (IM) and presence information (e.g., buddy lists), but through its many extensions has expanded into the broader realm of message oriented middleware. Other extensions include VOIP, video conferencing, file transfer streams and forms.

The Wave extension adds the concept of revision-based document storage and collaborative access to the XMPP protocol suite. This is very important because it is essentially all the concepts that make up a wiki and all our forms of communications all unified and encapsulated into an open standard independent of any particular platform or technology.

See also