views:

323

answers:

2

I wonder if there is a tool/framework available that supports testing Google Wave Gadgets outside Google Wave.

I know these two emulators (1 and 2), but I still always would have to upload my gadget for every debugging run.

I am looking for a tool that displays the current state, allows to modify the state and to send the state back to the gadget.

Any ideas?

Thank you, Tobias

+1  A: 

It isn't 100% easy, but I would recommend setting up your own server on your local machine, for the moment, until someone figures out how or takes the time to wrap such a server into a usable one-click-install tool.

http://code.google.com/p/wave-protocol/wiki/Installation

Kirk
+1  A: 

The two emulators you mentioned can be used in the way you described. You just have to download one and run it on a local web server. Then you can develop your gadgets offline, without having to upload them every time you want to test.

Here are links to the source for the gadget emulators:

CEL