Thursday, October 13, 2016

Re: best practices for modular GWT app

The IT directory in the gwt-maven-plugin includes more ussage examples, this one includes all possible maven module types https://github.com/tbroyer/gwt-maven-plugin/tree/master/src/it/e2e as described here https://tbroyer.github.io/gwt-maven-plugin/. You do not need to use resources->includes and you should use classifiers for shared-non-gwt-only modules. Hehe, but this recommendations will make it work perfect using the command line, I think that Kirill recommendations will make eclipse more happy, not sure, I always execute GWT using mvn. 

My recommendation, do NOT create a maven module if you don't need it (I think that you do not need it). Client and Server modules are required because in maven each module should output only one artifact, and also client and server have independent run classpath. The shared is required to share code ;).

On Thu, Oct 13, 2016 at 4:38 PM Kirill Prazdnikov <pkirill@gmail.com> wrote:
I do not know. We don't use "classifier-sources" in our maven files.
I never run super-dev-mode from command-line. I run it form within the IDE.


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

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