Monday, June 2, 2014

Best practices for reducing generated RPC Serialization code?

What are the best practices for reducing generated RPC Serialization code?

Currently I use small Remote backend interfaces such that the serialization code is only downloaded when used in a split point.
However, reading this SO post, I get the impression it's better to use one big backend remote interface?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment