Google Wave

Just starting out? Need help? Post your questions and find answers here.
jayagopal
User
User
Posts: 35
Joined: Thu Oct 02, 2008 11:22 am
Location: india

Google Wave

Post 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.
Repeat this sequence out loud:
*say hare krishna twice
*then say krishna twice
*then say hare twice
*then do the whole thing with rama instead of krishna
if you do this correctly, a representative will appear with further instructions
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: Google Wave

Post by c4s »

Maybe this?
http://code.google.com/apis/wave/embed/guide.html

No clear question - no clear answer ;)
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
jayagopal
User
User
Posts: 35
Joined: Thu Oct 02, 2008 11:22 am
Location: india

Re: Google Wave

Post 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.
Repeat this sequence out loud:
*say hare krishna twice
*then say krishna twice
*then say hare twice
*then do the whole thing with rama instead of krishna
if you do this correctly, a representative will appear with further instructions
Post Reply