Re: How to debug the java code on the eclipse ide with the tbroyer gwt maven plugin ?

2023-12-11 Thread Ralph Fiergolla
Yes, unfortunately the Eclipse plug-in is no longer maintained. Debugging in the browser is the way to go! It works the same as for other JavaScript frameworks (e.g. Angular) using a standard feature to map generated JavaScript onto the source code (be it Java or Typescript etc.). That is, you can

GWT Eclipse Plugin 4 Problem

2023-12-11 Thread Bob Lacatena
Hey. My coworker and I ran into trouble installing the GWT plugin on Eclipse 2023-12 (worked fine on 2023-09, so this isn't urgent, I'm just letting you know). A couple of weeks ago I got a new Mac, installed Eclipse 2023-09 and the GWT plugin, no problem. My coworker just got a new PC (Windo

Re: How to debug the java code on the eclipse ide with the tbroyer gwt maven plugin ?

2023-12-11 Thread Marco Tenti (IoProgrammo88)
So this debug mode is deprecated https://www.gwtproject.org/doc/latest/tutorial/debug.html ? When I launch the "gwt:codeServer" command, i go to the sources panel of the browser chrome, and I can browse the code and set the breakpoints , but I can not "see" the runtime values of the variabl

Re: DominoKit tools new releases

2023-12-11 Thread Filipe Sousa
👍 On Sunday, December 10, 2023 at 2:54:12 PM UTC Vegegoku wrote: > We are glad to announce the new releases of Dominokit tools : > > *Domino-ui 2.0.0-RC5* > Find release notes here > https://github.com/DominoKit/domino-ui/releases/tag/2.0.0-RC5 > *Domino-ui 1.0.6* > Find release notes here > ht

Re: DominoKit tools new releases

2023-12-11 Thread cbruno...@gmail.com
Great work. im a fan. On Sunday, December 10, 2023 at 8:54:12 AM UTC-6 Vegegoku wrote: > We are glad to announce the new releases of Dominokit tools : > > *Domino-ui 2.0.0-RC5* > Find release notes here > https://github.com/DominoKit/domino-ui/releases/tag/2.0.0-RC5 > *Domino-ui 1.0.6* > Find re

Re: user.agent problem with GWT 2.1.0 and GXT 4.1

2023-12-11 Thread Jens
Generally Java 17 works for running GWT but source level still needs to be 11 for GWT client/shared code as GWT only supports compiling Java 11 source files. Server code can be anything. If you use GWT-RPC you might need to add some --add-opens to your server JVM: https://github.com/gwtproject/