Developing Google gadgets with GWT -


i created gadget using getting started gadgets , gwt

i want know:

  1. is possible work on gadgets in development mode? want change code , see results. or need compile , publish gadget every time change code?

  2. i want gwt gae application both normal gwt app , google gadget. when user enters http://mygadget.appspot.com/ want him see normal gwt app. when user access http://mygadget.appspot.com/axogadget/com.axdms.gadget.client.axobjectgadget.gadget.xml gets gadget. posible? or has 2 different gae applications? (normal gwt app , gadget have different functionality). multiple entry points?

  1. yes using apache shinding, still hassle.

  2. multiple entry points can work have differentiate on how make calls server. normal gwt app can use rpc example gadgets must use ioprovider.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -