Dennis Haupt wrote:
> that helped most, thanks

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/

-- 
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-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to