Gruppi
Gruppi
Accedi
Gruppi
Gruppi
GWT Users
Conversazioni
Informazioni
Invia feedback
Guida
Percorso gruppo
GWT Users
1-30 di 46453
The official GWT (formerly Google Web Toolkit) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
Segna tutti come già letti
Segnala gruppo
0 selezionati
Colin Alworth
, …
Jim Douglas
4
22 giu
GWT 2.13.1 released
Looks good here too (rebuild with GWT 2.13.1 SDK in Eclipse 2026-06 with the GWT Eclipse Plugin). On
da leggere,
GWT 2.13.1 released
Looks good here too (rebuild with GWT 2.13.1 SDK in Eclipse 2026-06 with the GWT Eclipse Plugin). On
22 giu
Arpan Ameta
, …
Craig Mitchell
15
8 mag
GWT Deferred Binding Error – UiBinder Not Resolved from Dependent Module (phoenix-air)
Oh, wait. I see com.shipco.phoenix.air.Air in there, so it probably isn't the one from com.shipco
da leggere,
GWT Deferred Binding Error – UiBinder Not Resolved from Dependent Module (phoenix-air)
Oh, wait. I see com.shipco.phoenix.air.Air in there, so it probably isn't the one from com.shipco
8 mag
bertra...@laposte.net
5 mag
unsubscribe
unsubscribe
da leggere,
unsubscribe
unsubscribe
5 mag
Craig Mitchell
,
Frank
3
4 mag
Incorrect cast hides full stack trace
Oh wow. Yes, you're correct. Massive air swing by me. lol. Thanks. On Monday, 4 May 2026 at 5:04:
da leggere,
Incorrect cast hides full stack trace
Oh wow. Yes, you're correct. Massive air swing by me. lol. Thanks. On Monday, 4 May 2026 at 5:04:
4 mag
Mirza Hadžič
,
Jens
2
16 apr
Build warning
Thanks, I have created an issue for it: https://github.com/gwtproject/gwt/issues/10309 -- J. Mirza
da leggere,
Build warning
Thanks, I have created an issue for it: https://github.com/gwtproject/gwt/issues/10309 -- J. Mirza
16 apr
Sébastien
,
Thomas Broyer
4
14 apr
Per-module launcherDir using gwt-maven-plugin
On Tuesday, April 14, 2026 at 10:18:49 AM UTC+2 beussl...@gmail.com wrote: Also I've a question
da leggere,
Per-module launcherDir using gwt-maven-plugin
On Tuesday, April 14, 2026 at 10:18:49 AM UTC+2 beussl...@gmail.com wrote: Also I've a question
14 apr
Régis Millet
,
Thomas Broyer
6
26 mar
no gwt or static content included in app
finally found by lurking in the group questions. in my Main html page, Module.html, had to add <
da leggere,
no gwt or static content included in app
finally found by lurking in the group questions. in my Main html page, Module.html, had to add <
26 mar
Tim Macpherson
, …
Colin Alworth
6
26 mar
GWT resilience to recursion
Thanks for advice, I've replaced recursion in the TeaVM fork with ArrayDeque queue, maybe
da leggere,
GWT resilience to recursion
Thanks for advice, I've replaced recursion in the TeaVM fork with ArrayDeque queue, maybe
26 mar
Régis Millet
, …
Thomas Broyer
8
26 mar
HELP ! need to go from java 11 to 21.
project building and compiling, but not working because gwt statics not generated. I made another
da leggere,
HELP ! need to go from java 11 to 21.
project building and compiling, but not working because gwt statics not generated. I made another
26 mar
Tim Macpherson
22 mar
GWT vs TeaVM stack limits
Quick update that might interest someone, I seem to be finding TeaVM gets a stack overflow with
da leggere,
GWT vs TeaVM stack limits
Quick update that might interest someone, I seem to be finding TeaVM gets a stack overflow with
22 mar
cbruno...@gmail.com
, …
Craig Mitchell
11
17 mar
GWT Datagrid
A cool 80000 lines of CSS in your demo. https://dominokit.com/domino-ui/demo/v2/css/domino-ui/domino-
da leggere,
GWT Datagrid
A cool 80000 lines of CSS in your demo. https://dominokit.com/domino-ui/demo/v2/css/domino-ui/domino-
17 mar
RT
, …
Craig Mitchell
4
2 mar
2.13 debug compile.log issue
Was there an old code server running in the background that didn't shutdown correctly? If you
da leggere,
2.13 debug compile.log issue
Was there an old code server running in the background that didn't shutdown correctly? If you
2 mar
cbruno...@gmail.com
, …
Thomas Broyer
3
27 feb
Any plans to update CssResource
On Friday, February 27, 2026 at 1:24:27 AM UTC+1 Jens wrote: With regard to bounties: So far there
da leggere,
Any plans to update CssResource
On Friday, February 27, 2026 at 1:24:27 AM UTC+1 Jens wrote: With regard to bounties: So far there
27 feb
Lonzak
,
cbruno...@gmail.com
2
25 feb
Intellij stops support of the GWT Plugin (2026.2)
I moved off the IntelliJ GWT plugin last year for this very eventuality. I used maven and my own
da leggere,
Intellij stops support of the GWT Plugin (2026.2)
I moved off the IntelliJ GWT plugin last year for this very eventuality. I used maven and my own
25 feb
Colin Alworth
, …
cbruno...@gmail.com
8
23 feb
GWT 2.13 released
Working for me. Keep up the good work. On Thursday, February 12, 2026 at 11:27:44 AM UTC-6 Jim
da leggere,
GWT 2.13 released
Working for me. Keep up the good work. On Thursday, February 12, 2026 at 11:27:44 AM UTC-6 Jim
23 feb
Blake McBride
, …
Craig Mitchell
3
16 feb
Re-loading back-end code while system is running
> I noticed that you can change front-end code without rebooting the system and rebuilding.
da leggere,
Re-loading back-end code while system is running
> I noticed that you can change front-end code without rebooting the system and rebuilding.
16 feb
Craig Mitchell
, …
eliasb...@gmail.com
4
14 feb
GWT Code Server Jetty Mismatch
Awesome! Thanks Colin. Yes, moving the spring-boot-dependencies from the top level, into the server
da leggere,
GWT Code Server Jetty Mismatch
Awesome! Thanks Colin. Yes, moving the spring-boot-dependencies from the top level, into the server
14 feb
Craig Mitchell
, …
Jens
6
13 feb
Inject nocache.js into the main index.html
Good point Jens. Here's some handy code that works well for me: In the HttpServlet that servers
da leggere,
Inject nocache.js into the main index.html
Good point Jens. Here's some handy code that works well for me: In the HttpServlet that servers
13 feb
Frank Hossfeld
12 feb
gwt-maven-springboot-archetype v2026.2.12 & Nalu v4.0.2 released
Hi, following the GWT 2.13.0 release, Nalu & the gwt-maven-springboot-archetype are updated. *
da leggere,
gwt-maven-springboot-archetype v2026.2.12 & Nalu v4.0.2 released
Hi, following the GWT 2.13.0 release, Nalu & the gwt-maven-springboot-archetype are updated. *
12 feb
Leon
, …
Craig Mitchell
11
11 feb
Re: Digest for google-web-toolkit@googlegroups.com - 12 updates in 3 topics
I finally got around to writing a filter for the nocache file, to use the ETag method: import jakarta
da leggere,
Re: Digest for google-web-toolkit@googlegroups.com - 12 updates in 3 topics
I finally got around to writing a filter for the nocache file, to use the ETag method: import jakarta
11 feb
AFK
,
Colin Alworth
6
11 feb
GWT 2.8.0 OOM Error on compilation
I've sent you an email off-list to discuss times for a call. There are a number of other
da leggere,
GWT 2.8.0 OOM Error on compilation
I've sent you an email off-list to discuss times for a call. There are a number of other
11 feb
Frank Hossfeld
,
pavel....@gmail.com
3
10 feb
Nalu 4.0.0 released
Usually there are no problems using Nalu with different widget libs. GWT, GXT, Elemento, Element and
da leggere,
Nalu 4.0.0 released
Usually there are no problems using Nalu with different widget libs. GWT, GXT, Elemento, Element and
10 feb
Vegegoku
9 feb
New DominoKit release
Better late than never — we are happy to announce new DominoKit releases: Domino-UI 2.1.0 Release
da leggere,
New DominoKit release
Better late than never — we are happy to announce new DominoKit releases: Domino-UI 2.1.0 Release
9 feb
Garima Jain
, …
Thomas Broyer
7
3 feb
Strict CSP (nonce + strict-dynamic) with GWT – CSP violation from code-splitting
Hi Thomas, Thanks for the clarification. The FormPanel you referred to is the GWT core one (com.
da leggere,
Strict CSP (nonce + strict-dynamic) with GWT – CSP violation from code-splitting
Hi Thomas, Thanks for the clarification. The FormPanel you referred to is the GWT core one (com.
3 feb
Chak Lai
, …
Colin Alworth
6
2 feb
GWT 2.11 compiler option -includeJsInteropExports gives an error
I'm sorry, I cannot confirm. I just tested by downloading the gwt-2.11.0.zip, and editing the
da leggere,
GWT 2.11 compiler option -includeJsInteropExports gives an error
I'm sorry, I cannot confirm. I just tested by downloading the gwt-2.11.0.zip, and editing the
2 feb
Tim Macpherson
,
Vegegoku
4
28 gen
domino-jackson
Doesn't seem like it's engineered for TeaVM, that wouldn't be easy I'm guessing,
da leggere,
domino-jackson
Doesn't seem like it's engineered for TeaVM, that wouldn't be easy I'm guessing,
28 gen
Craig Mitchell
, …
Oleg Ravun
15
14 gen
GWT and IntelliJ IDEA as a single, unified product
> I have seen a post that a maven plugin can be used to start the codeserver. Though I don't
da leggere,
GWT and IntelliJ IDEA as a single, unified product
> I have seen a post that a maven plugin can be used to start the codeserver. Though I don't
14 gen
Craig Mitchell
, …
Frank Hossfeld
8
8 gen
GWT / SpringBoot startup order
Just to clarify, the Nalu sample always worked, it was my project that was having issues. All fixed
da leggere,
GWT / SpringBoot startup order
Just to clarify, the Nalu sample always worked, it was my project that was having issues. All fixed
8 gen
Frederik Van Hoyweghen
, …
Ism
12
6 gen
Multiple GWT modules in one Maven module
Hello I know this old thread. Hoping some improvement on this topic last 5 years. We're in the
da leggere,
Multiple GWT modules in one Maven module
Hello I know this old thread. Hoping some improvement on this topic last 5 years. We're in the
6 gen
Tim Macpherson
, …
Vegegoku
12
5 gen
AI agents
The $20 pm codex is not for full-time usage, but not sure if I need full-time, so far Gemini cli is
da leggere,
AI agents
The $20 pm codex is not for full-time usage, but not sure if I need full-time, so far Gemini cli is
5 gen
Tim Macpherson
, …
Craig Mitchell
10
29/12/25
J2CL plugin question
Afaict: To work on an isolated J to JS module in the context of a large GWT app which is essential
da leggere,
J2CL plugin question
Afaict: To work on an isolated J to JS module in the context of a large GWT app which is essential
29/12/25