Tagged Questions

Google Wave is a open source, real time collaboration web application provided by Google, extensible by developers via robots and gadgets.

learn more… | top users | synonyms

30
votes
9answers
4k views

How does the live, real-time typing work in Google Wave?

I'm sure Wave doesn't poll the server every millisecond to find out if the other user has typed something... so how can I see what the other person is typing as they type? And without hogging the ...
15
votes
24answers
2k views

Which applications would you like to see integrated with Google Wave?

Google Wave has some very interesting features in it, mostly the integration ones. Which applications (web or not) would you like to see integrated with it first, when it launches?
13
votes
1answer
335 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 ...
8
votes
5answers
1k views

What Technologies Is Google Wave Using?

What are the technologies employed in building Google Wave? Edit: I have moved and amalgamated the answers into an answer below, rather than here in the question where they were.
7
votes
0answers
360 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 ...
7
votes
2answers
1k views

Google Wave for .Net

Just got my wave sandbox invite today. Does anyone know of a .NET library for google wave? (client and server) I'm a c# programmer, not very familiar with the language that the Google samples are ...
6
votes
3answers
248 views

Google Wave extension for Programmers and their Code

Sorry if this is well known but Googling for my answer only came up with links about making Google Wave gadgets. My question is, are there any Google Wave gadgets that allow for better collaborative ...
5
votes
3answers
366 views

Testing Google Wave Gadget outside Google Wave?

I wonder if there is a tool/framework available that supports testing Google Wave Gadgets outside Google Wave. I know these two emulators (1 and 2), but I still always would have to upload my gadget ...
5
votes
3answers
802 views

Google wave robot inline reply

I've been working on my first robot for google wave recently, a vital part of what it does is to insert inline replies into a blip. I can't for the life of me figure out how to do this! The API docs ...
5
votes
2answers
425 views

Google Waves - basic structure

Is a wave limited to the sharing of textual information (HTML), or am I correct in assuming that a wave can contain arbitrary data (represented in XML), so long as it also contains the javascript ...
5
votes
13answers
3k views

Any Web or Desktop Apps Out There Like Google Wave?

Are there any existing or upcoming web or desktop apps out there like Google Wave?
4
votes
6answers
377 views

What are some of the other old / researched techniques that are not in the main stream yet?

With the recent announcement of Google Wave I started looking into how it worked, I then found that work and research on Real-time Collaborative Editing Systems has been around for some time (the ...
3
votes
4answers
302 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 ...
3
votes
4answers
143 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 ...
3
votes
1answer
129 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 ...
3
votes
2answers
85 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.
3
votes
3answers
694 views

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?
3
votes
1answer
169 views

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 ...
3
votes
4answers
1k views

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 ...
3
votes
3answers
1k views

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 ...
2
votes
1answer
166 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 ...
2
votes
2answers
242 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
410 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 ...
2
votes
1answer
216 views

Google wave API + ASP.NET

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

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 ...
2
votes
2answers
88 views

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?
2
votes
1answer
82 views

What javascript tools and/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, ...
2
votes
4answers
253 views

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 ...
2
votes
6answers
546 views

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... ...
1
vote
2answers
34 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 ...
1
vote
2answers
151 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 ...
1
vote
1answer
203 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 ...
1
vote
0answers
111 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
49 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
87 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) { ...
1
vote
1answer
36 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
74 views

OAUTH for google wave @googlewave.com addresses

Is there a way to use google's OAUTH to find an @googlewave.com account name?
1
vote
1answer
76 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 ...
1
vote
8answers
999 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 ?
1
vote
1answer
416 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
1answer
68 views

implementing google wave into a website

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 http://www.waveprotocol.org/ but am unsure how I go from ...
1
vote
1answer
257 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
79 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
44 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
609 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 = ...
1
vote
1answer
164 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 ...
1
vote
2answers
228 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 ...
1
vote
2answers
72 views

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 ...
1
vote
2answers
43 views

Google Wave and Robot with dynamic thirdparty data source

I am new to google wave robot programming and for some time I am looking for an answer to my question. Consider example: (A) - Thirdparty Data Source with Thirdparty API (B) - Google Robot (C) - ...
1
vote
2answers
551 views

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: <?xml version="1.0" ...

1 2