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
1
vote
1 answer

Comprehensive list of Google Wave text editor clients?

I know I'm late to the game, but 'still haven't found very many desktop-based Google Wave client text editors. Do any even exist? Do you know of a Google Wave client plugin for Eclipse, VIM, Netbeans, or any other IDE? (Doesn't have to be a complete…
btelles
  • 5,390
  • 7
  • 46
  • 78
1
vote
1 answer

Google Wave gadget configure / set properties

How can you configure or mutate a Google Wave gadget after creating one in Python? The following code will load the gadget via XML: from waveapi import document gadget = document.Gadget('http://domain.com/gadget.xml') The API reference says you can…
stw_dev
  • 842
  • 11
  • 14
1
vote
0 answers

Embedding Google Waves in Blogs and Search Engines

After watching the cool Google Wave Developer Preview at Google I/O 2009 I started wondering that it would be cool to integrate Google Wave with my blog. I'd like to replace the built-in Blogger comments with comments based on Google Wave. But my…
rafek
  • 5,464
  • 13
  • 58
  • 72
1
vote
1 answer

Can I embed a Java applet in a Google Wave gadget?

If so, can someone point me in the direction of an example? Or even some code?! I'm guessing that I can't as the applet embedded in a gadget using the following... var div = document.getElementById('content_div'); div.innerHTML = "
Ben L
  • 6,618
  • 8
  • 39
  • 34
1
vote
1 answer

Create new Wave via URL/JavaScript

I'm trying to imitate the behavior of "mailto:" for creating a new Wave. Does anyone know if it is possible to create a link or write a JavaScript code that would create a new Wave, assuming the user has already logged in to the Google Account? I've…
Moshe
  • 2,638
  • 2
  • 28
  • 32
1
vote
1 answer

How to build a client to Google wave

By looking at current Google wave APIs, I can't find a way to create an alternative client. It's not a robot or gadget, and the embed API is very slim. Nevertheless, I do see some clients out there - such as Waver and Waveboard. How do they do it ?…
Haggai
  • 58
  • 4
1
vote
2 answers

Loading a wave from waveid

I'm working on a small wave thingy where i need to load a wave based on an outside event. So i don't have a context to work with. I've been looking at the python api for a while but i can't figure out the correct way to get a wave object (that i can…
Fredrik Leijon
  • 2,792
  • 18
  • 20
1
vote
2 answers

Google Wave Gadget: gadgets.window is undefined

I'm learning Google Wave gadgets. I'm trying to force my gadget to resize itself. But I'm keep getting error that gadgets.window is undefined. Here is my gadget:
Alexander Gladysh
  • 39,865
  • 32
  • 103
  • 160
1
vote
1 answer

Silverlight onLoad event not fired inside Google Wave

I am creating a wave gadget base on Silverlight 3. It all works great. Problem is that I want to add some functionality when SL control get loaded. So In "Object" definition of SL, I have added a param for "onLoad" and added a dummy JS function in…
ByteBlocks
  • 607
  • 3
  • 9
  • 24
1
vote
1 answer

How to fetch current state of a Wave?

With the current Wave API, is there any way to fetch the current state of a Wave? I want to write a little notifier app that observes any changes in a certain wave and notifies me...
Epaga
  • 38,231
  • 58
  • 157
  • 245
1
vote
1 answer

Accessing content of a other page in a Google Wave widget?

Is there a way of accessing contents of a other page into a Google Wave widget? And also sending post requests to the other server? Like an iframe behaviour?
powtac
  • 40,542
  • 28
  • 115
  • 170
1
vote
1 answer

bidirectional google wave jabber gateway for google talk or ichat

I've understood that Google Wave is built around the XMPP platform, as such I was thinking that it should be possible to access it with a jabber client like ichat or google talk. The advantage is that it's a lot faster to answer or read specific…
1
vote
1 answer

wave bot and xmpp bot?

Wave protocol bot is just like any typical xmpp agent bot / component bot right? Can wave bots used on other places or use bosh and create webclient to consume the bot? Is wave protocol bot library created using ignite whack library? if yes, can…
cometta
  • 35,071
  • 77
  • 215
  • 324
1
vote
3 answers

google wave OnBlipSubmitted

I'm trying to create a wave robot, and I have the basic stuff working. I'm trying to create a new blip with help text when someone types @help but for some reason it doesnt create it. I'm getting no errors in the log console, and I'm seeing the info…
user140736
  • 1,913
  • 9
  • 32
  • 53
1
vote
4 answers

How can I write a Google Wave rich client?

I am not sure my question makes any sense. Google Wave is using HTML 5 and such. But if I have a desktop (say winforms) application, can I leverage google Wave for collaboration/discussion? Does it even make sense? If so, what's the API?
tom greene
  • 5,361
  • 9
  • 39
  • 52