Google Wave Robot w/Sinatra+JRuby+AppEngine
Mike Sofaer: Since I got a Google Wave account at Google IO, I felt like I should try to do something Ruby-ish in it. I got talking to Charles Nutter, and he suggested a Sinatra template for Wave Robots. So here it is.
Good job! I’m jealous. Not havinging the foresight to go to Google I/O, I can’t play yet.
The API’s continue to seem way too Java-ish to me. First step is that I’d like to see all the getters and setters become invisible:
context.wavelets.first.root.document.text = 'Only I get to edit the top blip!'
Meanwhile, I’ve pulled Mike’s changes into my client library. Hopefully others can benefit from this.