Friday, December 9, 2016

Re: Use of existing java applications/ jars in a GWT project


  - Would i need to change the existing jars, to add a module definition to each of them ?

No you can define the module definition externally.

 
  - DOes the GWT compiler need the actual source code too for each of these.

Yes GWT compiler needs the source code of your jars as well. For example if you use Maven/Gradle you would depend on the normal dependency as well as the same dependency using the "sources" classifier to get the sources jar as well.


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