On 3 September 2012 23:10, Niraj Salot <[email protected]> wrote: > 1) Will this help us in Improving the compilation time?
No. > 2) IF we change only Module 2 and then compile Module Main, will GWT still > compile Module 1 as it is inherited by Module Main? Yes. > Please share your views on above scenario. We have even tried out GWT 2.5 > option but no help in performance improvements. You might want to check out code splitting (see [1]). I haven't tried it but it *might* be possible to break up your app into separately compiled modules. What we really need is a linker that takes precompiled modules (each stored in, say, a JAR) and combines them into an application. I know this has been discussed but I am not aware of anyone actually working on it. Unless code splitting already allows for all this... [1] https://developers.google.com/web-toolkit/doc/latest/DevGuideCodeSplitting -- 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.
