Workaround for 64KB string limit for RPC responses in GWT Hosted Mode client due to Rhino library limitation.
Strings literals will be split into 64KB chunks and concatenated with the '+' operator. This is not strict
JSON format, but is valid Javascript and can be evaluated with negligable performance impact.

Review by: jat@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10888 8db76d5a-ed1c-0410-87a9-c151d255dfc7
9 files changed