Re: [Google Wave APIs] Google Wave Robot Wire Protocol Draft - Feedback Wanted

2009-12-14 Thread Filipe AlvesFerreira
More than understand I feel I need it. Thus I'm
following.Thanks/FilipeAlvesFerreira#4(1942)

2009/11/5 pamela (Google Employee) 

> Under the hood, Google Wave robots operate by receiving events and sending
> operations via JSON messages at specified URLs. Our robot client libraries
> (in Java and Python) wrap on top of that wire protocol and expose the events
> and operations as classes and methods.
>
> When we first launched the robots SDKs in June, we received feedback about
> various issues with this underlying protocol. These issues bubbled up to the
> client libraries, and often made it harder to use the client libraries.
>
> As mentioned in the "What's coming" forum post a few months ago, we have
> been working on the next version of the wire protocol. We have now come up
> with a protocol that we think is much cleaner and will make development
> easier.
>
> We have published a draft of this new protocol here:
> http://code.google.com/apis/wave/extensions/robots/protocol.html
>
> This protocol will form the basis of future client libraries, so once we
> feel confident about this protocol, we will release client libraries that
> use it.
>
> If you are a developer thinking about writing a client library in your
> language of choice (like Ruby, PHP, etc), then this document will be of
> great interest to you.
> If you are a developer that uses our current robot APIs, then this document
> may help you understand the mechanisms of robots better, and prepare you for
> future client libraries to come.
>
> Please take a look and give us your feedback, both on the protocol itself
> and on the documentation.
>
> Thanks!
> --~--~-~--~~~---~--~~
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-api@googlegroups.com
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en
> -~--~~~~--~~--~--~---
>
>


-- 
FilipeAlvesFerreira#4(1942)

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.




[Google Wave APIs] Re: Designing for Wave

2009-10-14 Thread Filipe AlvesFerreira
Dear Guy,Please see the logos for Economy
4G3W
.
I would like your help for the creation of the Economy 4G3W Wave.
Regards/FilipeAlvesFerreira#4(1942)
filipealvesferre...@wavesandbox.com

2009/10/13 guy 

>
> Howdy all,
>
> Just FYI, I am not a developer...but a designer. If anyone wants help
> adding a bit of design elements to their Wave plug-in I'd be glad to
> help out.
>
> Just looking for something to do :P
>
> Cheers
>
> >
>


-- 
FilipeAlvesFerreira#4(1942)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---

<><>


[Google Wave APIs] Re: Adding users

2009-10-14 Thread Filipe AlvesFerreira
Dear Anton,Yes I'm there. Regards/FilipeAlvesFerreira#4(1942)
filipealvesferre...@wavesandbox.com

2009/10/13 Anton Crash 

>
> Hi guys. First of all I want to thank for Wave. It's amazing. I'm new
> here (don't judge seriously) and have started using Wave interface
> recently. I've been adding contacts and nobody's answering. I checked
> the FAQ, but I do everything as I was told there. I have written tons
> of messages to people but to no avail. What's wrong with it? Could
> anybody add me and drop some lines so I'm sure it works?
>
> fandori...@wavesandbox.com
>
> >
>


-- 
FilipeAlvesFerreira#4(1942)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Anyone interested in collaborating in a project base don Google Wave?

2009-10-09 Thread Filipe AlvesFerreira
Let me know :filipealvesferre...@wavesandbox.com
Regards/FilipeAlvesFerreira#4(1942)

2009/10/8 Sieds 

>
>
> I’m working on a great web concept together with 3 other people. We
> have all the skills to build this concept (graphic design, IA design,
> front end development etc) but we don’t have the technical skills to
> build it. Google Wave seems to be the perfect base for it.
>
> So if you interested in help as build the site please let me know. Of
> course we are open for discussion about the terms you collaborate in
> the project in terms of co-ownership.
>
> Regards
>
> Sieds Wijnja
> si...@in2019.nl
> IN2019.nl – online marketing
>
> >
>


-- 
FilipeAlvesFerreira#4(1942)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: What is the best way to access all blips and there text?

2009-09-16 Thread Filipe AlvesFerreira
It may be important for flash calculation of the any webfishing position in
Economy 4G3W.Regards/FilipeAlvesFerreira#4(1942)
filipealvesferre...@wavesandbox.com

2009/9/15 this.is.lance.miller 

>
> Working in Python for a Wave project that needs to search all blips
> text in a wave.
>
> Naively I wrote this, getting no Python errors, but getting no success
> either:
>for blips in context.GetBlips():
>txt = blips.GetDocument().GetText()
>doSomethingWith(txt)
>
> As a matter of pride, and design spec, I don't want to use my appspot
> Gdata for persistence and data access for this Wave project. That
> seems so inelegant since the data is already persistent in the Wave.
>
> App is http://social-spreadsheet.appspot.com
>
> Any tips, especially if you know Wave API has added a remedy since my
> post, is appreciated.
>
>
> >
>


-- 
FilipeAlvesFerreira#4(1942)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Sandbox Accounts Here

2009-09-16 Thread Filipe AlvesFerreira
Hi,filipealvesferre...@wavesandbox.com
http://wave4g3w.blogspot.com/
Regards/Filipe

2009/9/15 Neil 

>
> neil.gh...@wavesandbox.com
>
> Please add me
>
> >
>


-- 
FilipeAlvesFerreira#4(1942)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---