Developing Google gadgets with GWT -
i created gadget using getting started gadgets , gwt
i want know:
is possible work on gadgets in development mode? want change code , see results. or need compile , publish gadget every time change code?
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?
yes using apache shinding, still hassle.
multiple entry points can work have differentiate on how make calls server. normal gwt app can use rpc example gadgets must use ioprovider.
Comments
Post a Comment