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

appengine KindError when accessing table outside of django

I have a table called Mytable in home/models.py and using django aep I reference is as Mytable.all(). It shows up in the Data Viewer as home_mytable Now, for some urls within app.yaml I have a separate handler that processes these requests. (This is…
molicule
  • 5,481
  • 3
  • 29
  • 40
1
vote
2 answers

How to embed SVG tag inside google wave gadget?

I'm creating a google wave gadget that needs to embed SVG. I don't want to do because that means I need to generate separate svg file and store somewhere on the web. I would like to simply add inside the Google Wave Gadget. The person who created…
codingbear
  • 14,773
  • 20
  • 48
  • 64
1
vote
0 answers

Meteor and Apache Wave

I've been looking into Meteor and I'm really impressed so far. I'm thinking that the diff/collaboration capabilities of Google (now Apache) Wave would dovetail nicely with Meteor, and have seen / played around with the node implementation of…
strack
  • 574
  • 4
  • 12
1
vote
2 answers

Best free collaboration tool now that Google Wave is no more?

With the unfortunate demise of Google Wave what is the best alternative free project collaboration tool that you use for your side projects and non-funded software start-ups?
nicordesigns
  • 904
  • 1
  • 9
  • 18
1
vote
1 answer

Apache wave behind company proxy; or jetty doesn't respect proxy properties

The high level problem we're having is this. We've got Apache Wave installed and running on our corporate network. It works as far as us loading the site, registering, logging in, creating and participating in waves. But I can't seem to get external…
kenen
  • 397
  • 1
  • 3
  • 14
0
votes
2 answers

Google Wave like WYSIWYG

I was searching for the google wave-like wysiwyg editor but did not succeed on it. I've tried jWYSIWYG, clEditor and couple of other editors. Now i want to implement it by myself. Do you have any ideas about how it working? Especially how do they…
0
votes
2 answers

What is the technology behind Google Buzz?

I am really curious to know how Google Buzz and Facebook implement their comment feature which is being updated instantly. is it similar to Google wave technology? are there any resources to learn that technology and implement it to our…
Keshan
  • 14,251
  • 10
  • 48
  • 72
0
votes
6 answers

google wave: how did they make divs clickable

As we are facing GWT performance issues in a mobile app I peeked into Google Wave code since it is developed with GWT. I thought that all the buttons there are widgets but if you look into generated HTML with firebug you see no onclick attribute…
d56
  • 825
  • 1
  • 9
  • 26
0
votes
1 answer

Can't edit root_blip of fetched wavelet

When i edit root_blip of wavelet everything works fine, but if i fetch the wavelet nothing happens neither in googleWave nor logs (no errors occured), although "wave_list.reply(text)" works. I have made myRobot.setup_oauth() def…
shmakova
  • 65
  • 6
0
votes
1 answer

HttpError 502 with Google Wave Active Robot API fetch_wavelet()

I am trying to use the Google Wave Active Robot API fetch_wavelet() and I get an HTTP 502 error example: from waveapi import robot import passwords robot = robot.Robot('gae-run', 'http://images.com/fake-image.jpg') …
Drew LeSueur
  • 19,185
  • 29
  • 89
  • 106
0
votes
1 answer

How do I get contents of a Google Wave given the wave id and wavelet id?

I am using the robots api. I have a wave id and wavelet id, and my app's email is added to the wave. How can I simply get the wave (or wavelet's) contents using the python api?
Drew LeSueur
  • 19,185
  • 29
  • 89
  • 106
0
votes
1 answer

Getting javadoc for Google Wave robot programming in Eclipse

Does anyone know how I can get the helpful Eclipse popups with javadoc when programming for the Google Wave Robots API? I have access to the JAR-file, the HTML Javadoc, as well as the source files from here How do I set up eclipse so I get javadoc…
Espen Herseth Halvorsen
  • 6,175
  • 7
  • 36
  • 38
0
votes
1 answer

When can there be many Waves in a context on Google Wave

In a Google Wave Robot, the event handler gets a Context object. One of the methods is GetWaves, that is documented as: """Returns the list of waves associated with this session.""" I am trying to understand when this would return more than one…
Alan
  • 2,140
  • 1
  • 24
  • 30
0
votes
1 answer

How does a Robot respond privately to you in Google Wave?

Google Wave allows two or more participants to speak privately within a wave. When my robot is added to the wave, I recognize the WAVELET_SELF_ADDED event and call the method below. However, nothing happens. I can tell that the code is executed…
Matt Norris
  • 8,596
  • 14
  • 59
  • 90
0
votes
1 answer

Illegal Argument Exception in Google Wave App

I'm writing a Google Wave robot and I just messed something up. It was working just fine but now I'm getting an IllegalArgument exception on the line that includes query.execute. Am I doing something stupid? I've seen several code samples very…
Yoenhofen
  • 397
  • 5
  • 12