Andrey schrieb: > Most of the time is spending after the message: > " > ... > Computing all possible rebind results for > 'com.acme.client.AddressBookService' > ... > ".
When building a GWT-application, for all browser- and language- variants a complete compile will be performed. So one minute is not too much, e.g. my current application needs two minutes for two languages and the standard set of browsers. Every resulting html-page containing the JS-code is about 1MB big. > So, how is it possible to develop anything with such a speed? First of all, one minute is nothing. In the Good Old Times [TM] the build of something non-trivial took a significant time much more than one minute. In hosted mode, a press on refresh is all you need, if you have changed classes concerning the client-side and functionality on the server-side is better developed by writing a JUnit-test that actually test all the functionality (not only the one that is happening when pressing a button on a GUI). That's much faster than building the complete application and try out by entering values into the GUI and pressing the button. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
