Re: Code split of client bundle

2011-03-09 Thread Fotos Georgiadis
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 (-co

Re: Code split of client bundle

2011-03-08 Thread Deepak Singh
Any guidance pls. On Tue, Mar 8, 2011 at 12:45 AM, Deepak Singh wrote: > Hi All, > > I am using a clientBundle in client package. > Also, i have some DTO classes in shared package. > I also use code splitting in my application. I want to know that > Are ClientBundle and DTO in shared package load

Code split of client bundle

2011-03-07 Thread Deepak Singh
Hi All, I am using a clientBundle in client package. Also, i have some DTO classes in shared package. I also use code splitting in my application. I want to know that Are ClientBundle and DTO in shared package loaded at app startup as i dont find any way to do code splitting for them? Is it possi