Thursday, April 3, 2014

Re: GWT Runtime Plugins - Is it on the Roadmap?



On Wednesday, April 2, 2014 6:07:53 PM UTC+2, Thanos wrote:
I just read this:
"The goal for 2.7 is to have incremental compilation (that will tremendously speed up Super Dev Mode) and a beta of JsInterop (and remove support for IE6/7, and maybe deprecate support for IE8)."

Would it be possible for the technology that allows SuperDevMode to work incrementally for that to work across maven modules. So if I have have one maven module compiled, and others depend on it, it won't need to recompile that dependency?

This is how it'll work yes.

Also note that you can precompile your modules nowadays (generating a *.gwtar" file), but I've been told the gain isn't really worth it; and note that the gwtar files are JVM-dependent (this is why GWT might fail using IBM JDK, because gwt-user contains gwtar files produced by OpenJDK/Oracle JDK; see https://code.google.com/p/google-web-toolkit/issues/detail?id=7530)
 
Going one step further, could it allow runtime plugins too?

I don't think so.

--
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