Re: Developing Google gadgets with GWT

2011-08-02 Thread Eric Ayers
You can manually create a gadget spec and use exactly the same application for both, but your app won't be able to use the gwt-gadget API, because it bootstraps from a subclass of Gadget, not EntryPoint. If you use the gwt-gadget library, it substitutes a different primary linker and automatically

Developing Google gadgets with GWT

2011-07-24 Thread Михаил Марёнов
I successfully created gadget using Getting Started with Gadgets and GWThttp://code.google.com/p/gwt-google-apis/wiki/GadgetsGettingStarted I want to know: 1. Is it possible to work on gadgets in development mode? I want to change the code and see the results. Or i need to