Friday, July 15, 2016

Re: GWT RPC in GWT 3.0+

>
The compile time argument has me scratching my head.

I can't find any such argument in Daniel's blog post. The problem certainly is not compile time vs runtime, it's about global knowledge, scanning the whole compile classpath (which is slow) and assuming it'll be similar to the runtime classpath: add a JAR to the classpath and see your compiled size blow up. Having an @ExtraTypes-like annotation to act as a whitelist would solve this and likely allow RPC to be done as an annotation processor.

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment