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 google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
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.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/rvDt9FBVWfwJ.
More on that here:
http://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html#Can_I_speed_up_the_GWT_compiler?
The allowable values for user.agent are defined here:
http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/UserAgent.gwt.xml
Myself, I find that devmode ("hosted mode") is fast enough. It's slow
to launch in the first place (15 s), but it re-compiles quickly when I
hit refresh (3 s).
> vinayak kulkarni wrote:
> > This is because GWT compiles the javascript for all the
> > browsers.. around 5 browsers - 10 permutations.. For the
> > development mode, you can compile only for one browser. Ex: for
> > IE, use the below property in *.gwt.xml file
--
Michael Allan
Toronto, +1 416-699-9528
http://zelea.com/