google-wave

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? ...

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? ...

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. ...

Source unavailable under an OpenSource license

I'm interested in the Google's Wave project, it is listed as Apache License 2.0 yet the source is unavailable : Quote : Welcome to the Wave Robot Java Client Library This project hosts the JAR and the JavaDoc for the Wave Robot Java Client Library. In the near future, we will also release the source code. If you r...

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 bandwidth. ...

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... Besides the soft real-time capabilities built into .NET based on how the framework handles threads... Is there anything else I would need? I...

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 first work was done in 1989). Google "introduced" MapReduce however that had been around for some time in functional programming as well. Are...

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 Wave protocol which is limited to 50 messages per day from a total participant pool of 50 us...

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 figuring out where a word appears contextually within a sentence to make these suggestions ? I haven't seen this technique before, but are...

when will google wave step out of preview release?

So that wave robots can be hosted with any web host. Note: For this developer preview release, all Wave robots must be implemented as Google App Engine applications. A future release will introduce the ability to host robots with any web host, at any web address. ...

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 necessary to render it in a meaningful way? I ask because the collaborative document preparation demonstrated in the Google I/O video looks ve...

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 APIs. I was also wondering what everyone has been working on. Please share your opinions and comments! ...

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 the Canvas Gadget (Source Code) has done this, but I can't figure out what he did to get...

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 written in. It's very existing can't wait to write something for it. ...

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 than the top-down conversation format? Say I want to build a collaborative photo editing app with google wave. which API should I use? or am...

Apps using Google Wave

I just watched Google Wave Keynote video on Google I/O and I must say I was very impressed with pretty much everything mentioned in the video, the possibilities with Google Wave are enormous. I'd like to ask if there are any projects using Google Wave already in beta (usable stage) and I would also like to know when is Google Wave suppo...

Google Wave Context-Aware Spell Checker

Is it possible to use the Google Wave Context-Aware Spell Checker via web services? If yes, can anyone please be kind enough to post a simple example? ...

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 in fact a google wave robot handler). Within this handler I want to reference the tabl...

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? ...

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 have a function InsertInlineBlip which sounded promising, however calling that doesn't appear to do anything! EDIT:: It seems that this is...