> > It seems to not be possible to break up a GWT app into multiple .js files. > I was hoping that the user could download and cache the pieces of the app he > needs as he comes to use them. Is there anyway to do that? >
You can use GWT's code splitting (http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodeSplitting.html) to do so. One more slightly related question: Given that the GWT-compiled code is > obfuscated, is there any way to de-obfuscate client side generated > JavaScriptExceptions so as to have some chance of debugging user-reported > bugs? > Take a look at: http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions -- J. -- 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/-/z1BGKGA1zJAJ. 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.
