Questions tagged [google-wave]

Apache Wave, formerly Google Wave, is a extensible open source, real-time collaboration web application created by Google. Development ceased in 2018.

Apache Wave, formerly Google Wave, is a extensible open source, real-time collaboration web application created by Google. Development ceased in 2018.

88 questions
3
votes
4 answers

what libraries or platforms should I use to build web apps that provide real-time, asynchronous data synchronization between clients?

This is a less a question with a simple, practical answer and more a question to foster discussion on the real-time data exchange topic. I'll begin with an example: Google Wave is, at its core, a real-time asynchronous data synchronization engine.…
Daniel S. Sterling
  • 1,309
  • 2
  • 15
  • 19
3
votes
1 answer

How can one embed Google Wave using Google Web Toolkit

How can you embed Google Wave onto Panels in Google Web Toolkit? I've been using the following website as guidance, but it doesn't seem to be working for me. This only works the first time you load the Module and not when you want to load it with an…
Ferdy
  • 41
  • 4
3
votes
2 answers

Link to a Google Wave

How can I link to a Google Wave, say e.g. in a website or an email like Hey, just have a look to this new Wave I created. , where ??? is what I'm looking for.
3
votes
4 answers

How authenticate Google wave gadget viewer on Appengine?

Imagine I want to create game "Rock-paper-scissors" for Google Waves. I am thinking to implement it as a Wave Gadget. The idea is simple: all participants send their decisions to my cloud app (it is an Appengine Java Application), my server part…
Solvek
  • 5,158
  • 5
  • 41
  • 64
3
votes
3 answers

Google Wave Python Tutorial - What next?

I just finished working through Google's Wave Robot: Python Tutorial. The API Reference looks a bit imposing. Is there anything else I can look at to get up to speed?
Casebash
  • 114,675
  • 90
  • 247
  • 350
3
votes
1 answer

Google Wave Python Tutorial - Nothing happens

For the Google Wave Python Robot Tutorial, my capabilities.xml is visible and I can add it to a Wave, but the robot isn't actually responding to the events. I checked the logs, but I've fixed it so I'm not getting any more errors. Any suggestions?
Casebash
  • 114,675
  • 90
  • 247
  • 350
3
votes
4 answers

Google Wave applications

My understanding is that Google wave is a communications and collaboration tool. But is it only limited to IM/Twitter type interface or can it do much more? Can it be something completely different than the top-down conversation format? Say I want…
fast
3
votes
3 answers

Google Wave Sandbox

Is anyone developing robots and/or gadgets for Google Wave? I have been a part of the sandbox development for a few days and I was interested in seeing what others have thought about the Google Wave APIs. I was also wondering what everyone has…
Michael Brown
  • 2,221
  • 2
  • 17
  • 34
2
votes
4 answers

Context Specific Spelling Engine

I'm sure more than a few of you will have seen the Google Wave demonstration. I was wondering about the spell checking technology specificially. How revolutionary is a spell checker which works by figuring out where a word appears contextually…
Ande Turner
  • 7,096
  • 19
  • 80
  • 107
2
votes
7 answers

How to do full duplex programming with .NET?

After seeing the Google Wave demos, I thought of incorporating "real-time" capabilities into my web application, where one user will be able to see text another user is typing in as it happens... Besides the soft real-time capabilities built into…
foobar
2
votes
2 answers

How is Wave developed with GWT?

Whatever happens to Google Wave, its UI, in my opinion, is 'beautiful'. In fact, it's listed as a real world project that utilizes GWT on GWT's web site. I would like to learn how Wave was built using GWT, but there does not seem to be many…
Kevin Le - Khnle
  • 10,579
  • 11
  • 54
  • 80
2
votes
2 answers

Google Wave Server Installation

I am trying to install a google wave server on a linux virtual machine as local host. I followed all the instructions given on the wave-protocol installation wiki http://code.google.com/p/wave-protocol/wiki/Installation but i'm getting this error…
MBU
  • 4,998
  • 12
  • 59
  • 98
2
votes
9 answers

Google Wave source code

I wish to 'engineer' the google wave and try it for my blog/website ? Is it possible to tinker with the source code of Google Wave ? Where is it available ? Has anyone done something like this ?
Arkapravo
  • 4,084
  • 9
  • 37
  • 46
2
votes
1 answer

Google wave API + ASP.NET

Is there any API for google wave that can be integrated with an asp.net webform application?
user226322
2
votes
4 answers

Google Wave as code repository and IDE?

Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would naturally be a code repository at the same time (replacing SVN, git,…
Frank
  • 64,140
  • 93
  • 237
  • 324