2009/8/12 Tiago Z.C <[email protected]> > > Ian > > If i do that, every time that i want to see the chances that i made on my > app i will have to compile right? I have some doubts because with a small > project the compile process take around 30 seconds. >
Hi Tiago, No, you don't have to compile every time for the GWT code, it's the same as hosted mode, just refresh. For PHP code, you might have to refresh the hosted mode browser (not recompile, just F5), but you might not even have to do that. If your app has a search button which does a typical search, then provided just the PHP code has changed (and not the GWT code which displays the results), you can just click 'Search' again. Ian http://examples.roughian.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
