> > So maybe it is possible for you to skip GWT compilation while building the > *.war directory to save some minutes.
In my case this is a huge understatement. In superdevmode the compilation is nearly instant (1-2secs maybe less) instead of 90sec of the full compile. I don't know how it behaves in really big codebases that take several minutes to compile but I bet it would make a big difference. So follow Jens' advice and try to setup superdevmode for development. For production you still need the final compilation step. The other solution is to use code splitting http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html but a) I have never done it and b) certainly looks more invasing. -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CAKbOjEw7tKKzS2oniP8S7%2BN4qV%2B5AK%2BRa0gbQgzBQ0GJki7fnw%40mail.gmail.com.
