=>activating the hosted mode takes about 1-2 minutes (didn't measure, feels like it). debugging like this takes forever.
Yep. Documentation says use this mode always during development, never to compile. Bringing up dev mode URL is taking time (with debug option). Not sure selecting particular browser helps dev mode, seems like, after dev mode url lauch only, It bring up the javabyte code to javascript to browser. So I don't see a reason to choose various permutations and combinations. Looks that single path of bytecode->javascript->browser - is taking time. On like Sessions are telling some tricks to speed up compilation, but also suggesting never to compile during develop, just develop in java. Did not find any clues, how to speed up Dev life cycle (hosted mode) , This should come out of the box. (eclipse plug in + browser plug in - who does what I am not sure) Hopefully GWT team will address this. For sure hosted mode is the way to go during development. On Jul 15, 4:37 am, "Aidan O'Kelly" <[email protected]> wrote: > There is a google IO session which covers speeding up the compile > process during development, it is in the second half of a talk on the > compiler in general.http://www.youtube.com/watch?v=qT6ZsQBM7kY > > Also, if you are working on client side code, a lot of the time you > don't need to go through the whole re-compile process. You can simple > edit your client side .java files, save, then refresh your browser. > GWT will recompile just the changed code. > > > > > > > > On Fri, Jul 15, 2011 at 12:23 PM, Dennis Haupt <[email protected]> > wrote: > > it's the speed. not the execution speed, that one is good enough. > > what i mean is the compilation speed. compiling my complete java project > > takes 30 seconds. compiling the tiny gwt part of it takes 91 seconds. > > activating the hosted mode takes about 1-2 minutes (didn't measure, feels > > like it). debugging like this takes forever. > > the write - test - debug - fix - cycle slows me down a lot. is there any way > > to fix that problem? > > > -- > > 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. -- 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.
