Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Yuri Z
Christian I have some questions regarding settings in runant.sample: What values should I substitute for your-oauth-client-id and your-oauth-client-secret? I guess it's the same valuesas for Wave robot registration? https://wave.google.com/wave/robot/register Besides that the only issues were: 1.

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Alex North
Thanks so much guys. I'm glad you finally got it out there, and a little regretful that I didn't do more to help you. 'grats on the launch. Alex On Thu, Oct 27, 2011 at 6:55 AM, Christian Ohler oh...@google.com wrote: Fellow wavers, rather than making waves accessible in Google Docs, which

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Thomas Wrobel
* Wave wasn't promoted or advertised and most peoples experience off if consisted of one client while it was buggy. Almost all criticism is off the client, in fact. These conversations are old hat. I needed a federated, open, realtime updating system that allows selective posting of information

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Paul Thomas
You completely misrepresented what I said, it was nothing to do with advertising or just about the client. It is also not just about criticism. To a user the interface *is* the program, they won't criticise what they aren't aware of. They may criticise it how they can understand, but the fact

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Thomas Wrobel
, it was nothing to do with advertising or just about the client. My point was thats its relative success did have to do with that. I wasn't representing your point at all, I was making my own. I'm not even sure there has been any published surveys of user experience problems with googles wave

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Dan Peterson
Christian, Dan, great to see this released! On Wed, Oct 26, 2011 at 12:55 PM, Christian Ohler oh...@google.com wrote: Fellow wavers, rather than making waves accessible in Google Docs, which takes too long, we are releasing our code in a form that will hopefully be useful in the short term.

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Matt Richards
Indeed, this is great to see. On Thu, Oct 27, 2011 at 10:58 AM, Dan Peterson dpeter...@google.com wrote: Christian, Dan, great to see this released! On Wed, Oct 26, 2011 at 12:55 PM, Christian Ohler oh...@google.com wrote: Fellow wavers, rather than making waves accessible in Google

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Nelson Silva
Yuri, Go to https://code.google.com/apis/console and you can get the client ID and secret. Use /authenticate as the OAuth callback. Got this up and running and it's looking good ;) Great job guys! Perhaps what Wave needs is a different application to show its potential. (Something like

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Paul Thomas
Sorry I though the quote you  was a strawman, I didn't realise it was just paraphrasing other people.  I would depute you point about the client, but I agree it was one of the main nails in the coffin. People failed to relate to the concept fundamentally, for the reasons I stated. I also

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Christian Ohler
Thanks everyone for the feedback! There were a few questions that I can answer: On Thu, Oct 27, 2011 at 04:58, Jérémy Naegel jeremy@gmail.com wrote: One question: Does this mean that the Wave-in-Docs project is fully cancelled? The team that was building Wave in Docs decided to build Wave

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Christian Ohler
On Thu, Oct 27, 2011 at 15:02, Joseph Gentle jose...@gmail.com wrote: I wonder if its wire protocol can be made compatible with sharejs. I took a brief look at https://github.com/josephg/ShareJS/wiki/Wire-Protocol and the protocols seem to be designed a bit differently. How does sharejs handle

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Matt Richards
This might now be a little off topic, but I wanted to write a quick note that I'm working on setting up a demo instance.. I'll let folks know once I've had success.. On Thu, Oct 27, 2011 at 5:29 PM, Christian Ohler oh...@google.com wrote: On Thu, Oct 27, 2011 at 15:02, Joseph Gentle

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Dan Peterson
Cool (and sounds perfectly on topic to me!) On Thu, Oct 27, 2011 at 6:14 PM, Matt Richards mricha...@gmail.com wrote: This might now be a little off topic, but I wanted to write a quick note that I'm working on setting up a demo instance.. I'll let folks know once I've had success.. On Thu,

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Matt Richards
Only snag in this right now, is I can't seem to figure out how to get it to authenticate to AE. There isn't a lot of information to work work with (yet). On Thu, Oct 27, 2011 at 8:26 PM, Dan Peterson dpeter...@google.com wrote: Cool (and sounds perfectly on topic to me!) On Thu, Oct 27, 2011

Re: Walkaround -- Wave on App Engine

2011-10-27 Thread Christian Ohler
Is ant deploy giving you an error? Try something like appengine-sdk/*/bin/appcfg.sh update build/war This is from memory, I'm not at my machine, but I hope it helps you figure it out. Christian. On Thu, Oct 27, 2011 at 18:32, Matt Richards mricha...@gmail.com wrote: Only snag in this right now,