Code splitting is good, but you're describing a need for using
deferred binding.

http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsDeferred.html

On Mon, Nov 15, 2010 at 4:59 PM, Burly Jez <[email protected]> wrote:
> Hi GWT peeps,
>
> I have a debug-only panel which I want to remove from my production
> deployment.
>
> I've used code splitting and sure enough, I can remove the deferred-js
> from the final war and everything is rosy.
>
> But what if I want to split other things, like deferring the main UI
> code until after login? Is there a way to decorate splitting-points in
> some way so I can delete the right code?
>
>
> Thanks in advance for any help!
>
>
> Jason
>
> --
> 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.
>
>

-- 
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.

Reply via email to