It's kinda impossible to provide help with the description of the problem you gave.
So in general I suggest you read again the documentation for code splitting: http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html Also you should produce a compile report as mentioned here (-compileReport flag): http://code.google.com/webtoolkit/doc/latest/DevGuideCompileReport.html ... and try to figure out which code pulls in your DTOs before the split point(s). If you have no split points then everything (including resources / bundles) is in the initial download. Also keep in mind that code and resources you don't reference / use are eliminated by the compiler. If the above doesn't answer your question please be more specific. -fotos -- 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.
