Tuesday, September 19, 2017

Re: SuperDevMode recompiles RPC since they are unchanged

IMHO it is preferable to launch SuperDevMode and your server (be it jetty or anything else) separately so you can restart them separately. We do that at work and only rarely restart SuperDevMode.

Generally restarting SuperDevMode in GWT 2.8.x works better as GWT 2.8.x stores a cache on disk that can be reused between restarts. Also GWT 2.8.x SuperDevMode only recompiles code that has been modified when you reload the browser. GWT 2.7. always recompiles the whole app when using the bookmarklets to recompile your code. So generally GWT 2.8.x SuperDevMode should work faster in terms of recompilation.

-- J.

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