On Wed, May 2, 2012 at 10:44 PM, Gal Dolber <[email protected]> wrote:
> https://developers.google.com/web-toolkit/doc/latest/DevGuideCodeSplitting

Jupp. Gwt is made for that scenario :)

I'd recommend checking out the excellent gwtp project. Using gwtp you
get code splitting almost for free :)

http://code.google.com/p/gwt-platform/
and
http://code.google.com/p/gwt-platform/wiki/GettingStarted?tm=6#Your_first_Proxy

Cheers,

Raphael

>
>
> On Wed, May 2, 2012 at 5:38 PM, Blake McBride <[email protected]> wrote:
>>
>> Greetings,
>>
>> Unless I misunderstand something, I just found out that GWT apps get
>> transmitted to, and treated by, the client as a single web page - albeit
>> with JavaScript code that clears sections and puts different content on it
>> to make it look like different pages are being loaded.  This is cool in
>> terms of minimizing client interaction delays, but raises serious concerns
>> on my part when attempting to build a very large application.
>>
>> For example, if my application had 500 screens (or what appeared to the
>> user as 500 different screens), I would hate to think that, even though the
>> client only currently needs 20 screens, he/she is going to get all 500 up
>> front!  The initial load would take an unnecessarily long time too.
>>
>> If I understand correctly, this model is great for small apps but could be
>> a very significant problem as an application grows considerably.
>>
>> I would really appreciate feedback on this issue.  Has this been an issue
>> for others?  Is there a simple way to make pages load on an as-needed basis?
>>
>> Thanks for the feedback!
>>
>> Blake McBride
>>
>> --
>> 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.
>
>
>
>
> --
> Guit: beautiful gwt applications
>
> https://github.com/galdolber/Guit
>
>
>
>
>
> --
> 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.



-- 
inc: http://ars-machina.raphaelbauer.com
tech: http://ars-codia.raphaelbauer.com
web: http://raphaelbauer.com

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