Page 1 of 1

Google Wave

Posted: Mon Mar 22, 2010 11:04 am
by jayagopal
Hi everyone. I love purebasic. i don't love java. i've been working on a purebasic project that involves chat/message-boarding, but now that Google Wave is going public, and since their API is open-source, my teammates and i decided to try using their API in our engine.

there are two ways that could go:

one, we use a web-gadget, which is kind of ugly, but could work. the other is to parse wave-data coming in and display it using our own app, and then prepare wave data going out.

i am not even good at sending data over the internet with purebasic to begin with (without a web-gadget) and i am having a hard time understanding how to implement the wave API anywhere, at all (and i don't like java). the people on this forum are really smart and generous. i was hoping someone could help me understand how to move forward.

any comments are really appreciated.

Re: Google Wave

Posted: Mon Mar 22, 2010 12:48 pm
by c4s
Maybe this?
http://code.google.com/apis/wave/embed/guide.html

No clear question - no clear answer ;)

Re: Google Wave

Posted: Mon Mar 22, 2010 6:07 pm
by jayagopal
yes. thank you. i had already read all of the tutorials and looked through the java scripts. but all the actual code is in the google wave sandBox, which isn't public yet. i think the problem is that it's too early still, and they will release the actual SDK or whatever later. that's what i want... i want the full code so that i can do everything without ever touching an intermediary server.