Nice post, thanks.
I am having a problem code-splitting my rpc classes and dependencies when
using the command pattern.
Even if I only load the login screen, if it uses any command rpc it forces
my apps to load all of them. I am testing some solutions at the moment, any
thoughts on that?

On Mon, Mar 28, 2011 at 7:18 PM, George Georgovassilis <
g.georgovassi...@gmail.com> wrote:

> Hello all,
>
> I've been spending some time with reducing RPC payload size and
> optimising the request pattern and thought I'd share my pain and
> wisdom with you :-)
>
> You can read the full story here [1], the main points I am discussing
> are:
>
> - rewriting RPC to use GET over POST for reduced network packet count
> - type name elision (and pitfalls)
> - packing variables (and when not to)
> - using higher gzip compression ratios
> - batching requests
>
> Please feel to post any comments
> G.
>
> [1]
> http://georgovassilis.blogspot.com/2011/03/squeezing-last-bit-out-of-rpc-gwt.html
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Guit: Elegant, beautiful, modular and *production ready* gwt applications.

http://code.google.com/p/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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to