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
2
votes
2 answers

Properties dictionary for Events in the Google Wave Python API

The Google Wave documentation contains the Robot Events, but doesn't list what values will be put into the properties dictionary. Is this documented anywhere?
Casebash
  • 114,675
  • 90
  • 247
  • 350
2
votes
1 answer

What javascript tools or techniques can I use to manage conflict resolution when multiple users are updating shared state within a Google Wave gadget?

I think the answer to this question hinges on the whether or not it's possible to have access to the Operational Transformation architecture directly within the gadget API. It isn't currently there, so what might be the alternatives for fine-grained…
axiomsofchoice
  • 121
  • 1
  • 5
1
vote
1 answer

Request: Links to projects attempting the implementing of a Google Wave server

Rafe Needleman at CNet writes that his knowledgable sources say it is incredibly challenging making a realtime synchronization engine work at scale, and I do not doubt it. Perhaps, though, a realtime synchronization engine conformant with Google…
Thomas L Holaday
  • 13,614
  • 6
  • 40
  • 51
1
vote
2 answers

Java : com.google.protobuf does not exist

I try to install Walkaround, a project based on Google Wave. I followed the official wiki for installation. But during the last step (./runant run), I've 100 errors: Proto.java:7: package com.google.protobuf does not exist …
GG.
  • 21,083
  • 14
  • 84
  • 130
1
vote
2 answers

A good program for editing code with another person on another computer

What's a good program to edit code, or the same document at the same time with another person through the internet. I need something where a friend and I can edit the same document at the same but he's on a Windows computer and I'm on a Mac.…
Adrian
  • 79
  • 6
1
vote
1 answer

Does the Google wave / Apache Wave protocol support peer-to-peer sync?

... to be more specific, is it possible to "download" all data (including change history) from one "server" to another (or make local copy, like in git) ? In more broad terms: does it support a git-like model of making changes offline and syncing…
KarolDepka
  • 8,318
  • 10
  • 45
  • 58
1
vote
1 answer

What is client-side GWT architecture of Wave

I am wondering if some of you are aware of the architectural approaches taken by the Wave team to build its GWT web client? Since i am trying to optimize performance of one GWT app designed for mobiles, it is hard not to admire its speedy…
d56
  • 825
  • 1
  • 9
  • 26
1
vote
0 answers

Google wave authentication login on 3rd party website

I'm trying to figure out how to make a user authenticate with my web app using google accounts and be recognized as an active session with google wave. Currently when I use google accounts login, everything works fine, but the embedded google wave…
Alon Carmel
  • 660
  • 1
  • 6
  • 16
1
vote
0 answers

Running wave robot inside django app engine patched webapp

I've got a Google Wave python robot running with an existing django app engine web app. All works well apart from one thing, for some reason I am unable to access my datastore which is the same datastore for the django webapp. I want to read data…
Alon Carmel
  • 660
  • 1
  • 6
  • 16
1
vote
1 answer

Installing Apache Wave on Debian Jessie

I want to install Apache/Google Wave on Debian Jessie. I checked out the SVN repository, but building with ant fails since Java 6 is required. Debian Jessie only offers Java 7 Openjdk via apt-get. I tried to download the Java 6 bin file from Oracle…
martin
  • 225
  • 1
  • 10
1
vote
2 answers

Generate a Constant expression from a function

For my Google Wave robot, on the onDocumentChanged event I want to apply a filter as follows: @Capability(filter = FILTER) @Override public void onDocumentChanged(DocumentChangedEvent event) { ... } I want the filter to be generated the first…
Lee
  • 564
  • 1
  • 10
  • 30
1
vote
1 answer

Unit testing Google wave robots in Java

Any tips or best practices for unit testing Google Wave robots written in Java? I'm expecting to deploy on AppEngine, if that helps. I'm a fan of TDD but new to both Wave Robots and AppEngine, so I'm hoping to use TDD to help me explore the design…
Paul Gestwicki
  • 1,610
  • 1
  • 15
  • 18
1
vote
1 answer

OAUTH for google wave @googlewave.com addresses

Is there a way to use google's OAUTH to find an @googlewave.com account name?
Jeff Dickey
  • 5,036
  • 4
  • 28
  • 39
1
vote
1 answer

Google Wave Robot / Python Variable question

I'm experimenting/having a little fun with wave robot python apiv2. I made a little 8ball app for the robot which works fine, and now I'm trying to make a trivia app. I've never programmed in Python but I'm pretty sure my syntax is correct. Here is…
Greg
  • 11
  • 1
1
vote
1 answer

Google wave: PDF-generation (pdfjet)

PDFjet says it supports App Engine, which by extension means it will run on Wave. e question is how can I get to to work on the Google WavE? The goal is to get a PDF-button in the wave which is able to output the whole wave into PDF Any assistance…
mike
  • 11
  • 1