[ANN] (Unofficial) JsInterop-Base 1.0.0-b2-e6d791f release

2019-02-23 Thread Peter Donald
The jsInterop-base library contains a set of utilities to implement functionality that cannot be expressed with Jsinterop alone. https://github.com/google/jsinterop-base This is an unofficial release to Maven Central under a different groupId. Please don't bug the original authors. Versions are

[ANN] (Unofficial) JsInterop-Base 1.0.0-b1-e6d791f release

2019-02-23 Thread Peter Donald
The jsInterop-base library contains a set of utilities to implement functionality that cannot be expressed with Jsinterop alone. https://github.com/google/jsinterop-base This is an unofficial release to Maven Central under a different groupId. Please don't bug the original authors. Versions are

Re: Seeking advice, migrating from Ant to Maven for GWT App build

2019-02-23 Thread Ralph Roland
On Saturday, February 23, 2019 at 7:31:20 AM UTC-5, Thomas Broyer wrote: > > > Given your description, you *could* create fewer Maven modules (I'm not > saying you should do it, but you could) > * shared, with common.shared, app_a.shared and app_b.shared > * common-client, as a gwt-lib, with

Re: Annotation processing in Eclipse

2019-02-23 Thread Thomas Broyer
On Friday, February 22, 2019 at 8:40:27 PM UTC+1, Lars wrote: > > Dagger does not play well with the incremental compiler of eclipse - see > https://stackoverflow.com/questions/41178320/does-dagger2-annotation-processor-supports-the-eclipse-incremental-compiler > Background is, that the

Re: Seeking advice, migrating from Ant to Maven for GWT App build

2019-02-23 Thread Thomas Broyer
On Saturday, February 23, 2019 at 12:55:17 PM UTC+1, Ralph Roland wrote: > > I'm considering migrating an existing application from being built with > Ant, to being built with Maven. > I've been doing a lot of reading and experimenting with the > net.ltgt.gwt.maven gwt-maven-plugin but can't

Has anybody found a reasonable way to convert *.ui.xml files to web components.

2019-02-23 Thread Scott Johnson
We have many angular developers on the team and they would like to begin to migrate a legacy GWT application (2.7.x) to an NG based application. RPC has already been replaced using resty-gwt; so now the objective is to begin migrating the client from GWT to Angular. Has anyone found an

Seeking advice, migrating from Ant to Maven for GWT App build

2019-02-23 Thread Ralph Roland
I'm considering migrating an existing application from being built with Ant, to being built with Maven. I've been doing a lot of reading and experimenting with the net.ltgt.gwt.maven gwt-maven-plugin but can't seem to wrap my head around the specifics of moving our existing application to the