hi Lofi,

we are also having same problem. we are using: 
1. 2.6.1 GWT version.
2. netbeans as a GUI with GWT plug in (which helps in debugging Source 
(SDBG))

but now, we want to switch to newer or latest version of GWT 2.9.0 but 
there is no plugin for netbeans yet.
Instead there is a eclipse plugin, so we don't  have any option, we just 
have to move on eclipse (provide the training to team and understanding the 
eclipse functionality etc.).

reading your answer seems that we can use maven for all things. But as we 
always worked on netbeans we don't know how can we configure, develop, 
debug etc. the GWT project in maven.

can you please help us or share any document which can help us 
understanding the GWT project configuring in MAVEN.  



On Saturday, September 12, 2020 at 3:12:16 PM UTC+5:30 lofid...@gmail.com 
wrote:

> @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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/de887a1a-2dc3-47c7-a1de-7ec8568c4de3n%40googlegroups.com.

Reply via email to