Saturday, September 12, 2020

Re: Eclipse Version

@Craig: Oh I don't know that Eclipse Plugin... I never use it...

I always use pure Maven and if you are familiar with Spring Boot, I've developed similar mechanism GWT Boot (at the moment without the Initializr, but I'm planning to do that).

https://github.com/gwtboot/gwt-boot-modules

... with all examples available just like Spring Boot... All still ini SNAPSHOT, so if you are working behind a firewall in your company you need to add the Sonatype Snapshot:

<repositories>
    <repository> 
        <id>sonatype-snapshots</id> 
        <name>Sonatype Snapshots</name> 
        <url>https://oss.sonatype.org/content/repositories/snapshots</url> 
...

Please see: https://github.com/gwtboot/gwt-boot-samples

For me it is always easier just to work with Maven and I could choose my IDE (Eclipse, IntelliJ or VSC for Java).

Hope this helps.
Lofi
Craig Mitchell schrieb am Samstag, 12. September 2020 um 05:21:37 UTC+2:
I haven't updated to the latest Eclipse yet, however, does the GWT plugin not work anymore?  http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/c6abaac4-7e13-4999-890a-a5ccf8fb853an%40googlegroups.com.

No comments:

Post a Comment