Wednesday, February 5, 2014

Re: Compile time with a large project

Splitting one project into several projects will dramatically increase the compilation time and the total size of your code. There will be a lot of duplicate work for GWT to do on each project, and each project will have to import a lot of the same classes.

I would only recommend splitting out a project if you have a very distinct use case (i.e. Admin app that very few users are allowed to access, or Setup add that is required only for new users, etc.), and if you rarely make changes to it. Then it will mostly compile the "main" project, and it will be slightly faster.

--
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/groups/opt_out.

No comments:

Post a Comment