El 01/04/13 20:47, Вольнов Николай escribió: > Hi Yuri, > > As I understood the design, we have a gadget container (it is a wave > server), gadget server and some web-server with gadget xml. I run a wave > server localy, but when I insert my gadget url which is on localhost, it > redirects all calls to some google server and it doesn't see my web server > with gadget xml. > > So, my question was if we can setup a wave server somehow that it won't > send any requests to google gadget server and I can use some local gadget > server (like http://shindig.apache.org/) if it is possible. > > At the moment, I have to deploy every time my gadget to somewhere in the > public internet otherwise it doesn't work. >
For development, as we usually do some kind of complex gadgets, we use GWT, and we use this: http://code.google.com/p/waveconnector-gwt/ for test the gadgets locally and deploy only when ready. I can give you some gadget samples if you are interested. BR, -- Vicente