Re: GWT on server side ?
Thanks Michael.
I ended up having two async rpc calls one within other , one to get
view another to get model.
killing the advantage of code splitting.
On Aug 6, 2:29 am, Michael Vogt <vmei...@googlemail.com> wrote:
> > Thanks Michael .
>
> You're welcome.
>
> > Who needs entire app, specially in enterprise environment. Typical
> > user uses only 5% of the pages.
>
> When this is the case for your application, then look into code
> splitting (http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html).
> That way you can serve only the code that is needed on the client.
> Used it in a recent project. Works very well.
>
> Greetings,
> Michael
>
> --http://about.me/michaelvogt
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home