Wave documentation

2011-04-01 Thread Yuri Z
Hello Does anyone knows if the Google Wave end user documentation (Help, guides etc..) can be open sourced or Google retained rights on it? Yuri

Re: Wave documentation

2011-04-01 Thread Soren Lassen
Are you referring to the help center pages (http://www.google.com/support/wave/)? On Fri, Apr 1, 2011 at 8:35 PM, Yuri Z vega...@gmail.com wrote: Hello Does anyone knows if  the Google Wave end user documentation (Help, guides etc..) can be open sourced or Google retained rights on it? Yuri

Re: Checklist: sending patch for review.

2011-04-01 Thread Nelson Silva
Hi, It would be great to create a sample scenario with a walkthrough as well. It would be important to specify best pratices for using mercurial as well, for instance: - should we create a new local branch for working with an issue - how to send the patch against the default branch -

Incubator PMC/Board report for April 2011 (wave-dev@incubator.apache.org)

2011-04-01 Thread no-reply
Dear Wave Developers, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 20 April 2011, 10 am Pacific. The report for your

Re: Socket.IO vs Cometd

2011-04-01 Thread Tad Glines
When I first started looking at ways to add support for non-websocket browsers to WiaB, I did look at Cometd. It was the first thing I looked at because I'd already done some work with it. However I eventually settled on Socket.IO because it's semantics where closest to websocket and I felt that

GWT custom JettyLauncher

2011-04-01 Thread Nelson Silva
Hi all, I've been trying to create a custom JettyLauncher to enable launching Jetty 7 in GWT's dev mode instead of the default Jetty 6. I've based my work on http://code.google.com/p/gwt-jetty/ and, if used with my guice for servlet injection patch (http://codereview.waveprotocol.org/563001)