Google Wave is a open source, real time collaboration web application provided by Google, extensible by developers via robots and gadgets.
1
vote
0answers
75 views
Is the architectural model in the Clojure Pedestal framework an operational transform similar to Google Wave?
Reading through the Pedestal presentation (and reading the sample source code) - I see a model based on transforms and operations.
Is it true that Pedestal uses an operational transform similar to ...
1
vote
1answer
91 views
Simple online editor in javascript
I'm looking for some engine written in javascript that allows the user to write in a 'box'. The idea is to create something like Google docs but without the editing options (thus, not allowing bold ...
0
votes
1answer
81 views
Why does Google Docs operational transformation err on the side of deletion?
Tried out this experiment today: opened two offline editors for a Google document. In one, I bolded the first word. In the second, I deleted it. Regardless of which client I turn on first, the word ...
0
votes
0answers
24 views
Adding collaboration tools into an existing product
I was wondering if anyone knows of a system which I can integrate into an existing web site which will add collaboration functionality? Ideally it needs to be something similar to Google's Wave.
...
0
votes
0answers
236 views
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 / ...
0
votes
2answers
417 views
Best free collaboration tool now that Google Wave is no more? [closed]
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?
8
votes
2answers
313 views
Does operational transformation work on structured documents such as HTML if simply treated as plain text?
The FAQ of Google Wave Protocol says that [HTML] "does not have desirable properties" and that "HTML makes OT (Operational Transforms) difficult if not impossible" [1]. Why is this so? What problems ...
1
vote
1answer
171 views
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 ...
0
votes
2answers
963 views
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 ...
1
vote
2answers
42 views
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 ...
0
votes
1answer
226 views
Apache Wave API
I'd like to create an application based around Apache Wave. Where can I learn more about working with Apache Wave and/or the API for a locally running instance?
At the moment, the extent of what I ...
-1
votes
1answer
116 views
Google Wave is retiring… Are there any similar less-featured services available? [closed]
Minimum features:
forum-like: make topics, access topics, grant access, discuss
accessibility via PC, phone, tablets
clear & easy interface
preferable iPhone/Android apps (for offline viewing - ...
-4
votes
1answer
92 views
what is google wave? [closed]
and does anybody even use it? lol. I mean little over two years ago, google was hyping this thing like crazy, now it's history, a thing in the past, finished! What happend to it, and who even uses ...
0
votes
1answer
269 views
Collabarative text area like Google Wave
How to make a collaborative text area such like in Google Wave. As in google wave, multiple user could edit the text in the text area. I would it to be in html, php, and javascript.
1
vote
2answers
193 views
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 ...
3
votes
2answers
284 views
Why does Google Wave Operational Transform need annotations?
The operational transform stuff used in Google Wave has a rather curious document format. A document is basically just an xml subset document - characters, start tags and end tags. In addition to ...
1
vote
1answer
271 views
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 ...
0
votes
6answers
401 views
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 ...
2
votes
2answers
305 views
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 ...
2
votes
2answers
742 views
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 ...
0
votes
1answer
16 views
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 ...
1
vote
0answers
130 views
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, ...
1
vote
0answers
52 views
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 ...
1
vote
2answers
129 views
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) {
...
0
votes
1answer
177 views
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', ...
0
votes
1answer
67 views
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?
1
vote
1answer
40 views
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 ...
1
vote
1answer
81 views
OAUTH for google wave @googlewave.com addresses
Is there a way to use google's OAUTH to find an @googlewave.com account name?
3
votes
4answers
330 views
Development team collaboration via Google Wave
I hope I am not repeating any previously asked question.
Anyway, so Google Wave is nice and shiny and sounds like a lot of folks(at least at Google I/O :) used it in a useful for work(!) way. I've ...
1
vote
1answer
89 views
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 ...
2
votes
8answers
2k views
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 ?
7
votes
0answers
471 views
wave.getState() returns null [closed]
When trying to call wave.getState() in my Google Wave gadget, I get back null (no state object). How can I initialize the Wave state object? I am working in the Wave Sandbox.
My ModulePrefs contains ...
3
votes
4answers
173 views
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 ...
1
vote
1answer
589 views
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 ...
1
vote
0answers
77 views
implementing google wave into a website [duplicate]
Possible Duplicate:
Google Wave source code
How do I implement my own personal copy of google wave into a website? Im talking about something similar to the "Acme Wave" example. I found ...
13
votes
1answer
344 views
Do simple things with a Google Wave robot
I wanted to add 3 features to the robot from the tutorial here:
http://code.google.com/apis/wave/extensions/robots/python-tutorial.html
Before adding all these features, my robot is working as ...
0
votes
1answer
49 views
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 ...
3
votes
1answer
134 views
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 ...
1
vote
1answer
305 views
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, ...
1
vote
1answer
89 views
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 = ...
1
vote
0answers
45 views
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 ...
1
vote
1answer
724 views
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 = ...
2
votes
1answer
250 views
Google wave API + ASP.NET
Is there any API for google wave that
can be integrated with an asp.net
webform application?
3
votes
2answers
89 views
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 <a href="???">Wave</a> I created.
, where ??? is what I'm looking for.
0
votes
1answer
99 views
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 ...
0
votes
1answer
65 views
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 ...
1
vote
1answer
204 views
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 ...
0
votes
1answer
118 views
Adding Class files to Google App Engine Wave Bot in Java using Eclipse
Yeah quite a specific question. I'm making a bot for Google Wave and I'm a bit confused.
I have some Java class files of a separate package I want to implement. I put them in the lib directory but ...
1
vote
1answer
265 views
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 ...
0
votes
1answer
106 views
Building your own google wave federation
I'm looking to learn about running my own google wave server. There are videos on how to set it up and get it in the command line, but my question is.. okay - where do you go from there? How do you ...