The last few weeks have been very busy for me. I got my invitations to both Google Voice and Google Wave! I have definitely been feeling the Google Love lately. Since I have been given these lovely invites, I figured I would share the goodness with you. Today I am going to cover the Google Wave Developer Sandbox. I will cover Google Voice next week.
As of this post, I have made a few simple bots that can manipulate a wave (same as any bot written in Java, except that they can only utilize the parts of the Wave that Google allows through their API). You can write bots, gadgets, or embed Waves in pages. You can choose to do any of these in either Java or Python. I have heard that developing for Wave in Python is easier, I am not really that comfortable with Python, so I chose Java.
Developing Wave bots and Gadgets is pretty easy in Java if you utilize Eclipse and their Google plug-in. Currently, you can only use bots that are created with the Google App Engine and that have an @appspot.com address. The Eclipse plug-in does most of the heavy lifting and all you have to worry about is the code.
*****UPDATE*****
The embedded Wave was no longer visable to those people who did not already have an account. So I removed it and I am now adding the below screenshot of the Wave with the Slashdot Gadget. Google has since added my Gadget to thier Samples Gallery Click on the screeenshots below:
Can you publish a link to your wave for those of us with accounts please?
ReplyDeleteLooking forward to reading more from you.
ReplyDeleteI'm very excited about Wave - hopefully it opens up a bit more soon. :)
Here is the Wave: https://wave.google.com/a/wavesandbox.com/#minimized:nav,minimized:contact,minimized:digest,restored:wave:wavesandbox.com!w%252BstbzbD0p%2525A
ReplyDeleteand if you have an account, here is my Wave address: Molex@wavesandbox.com
Also, let me know if you would like to read about the API's and general Wave programming in more detail. I was thinking about adding a post about what I have learned about the API's and how they work.