Groupes
Groupes
Connexion
Groupes
Groupes
GWT Users
Conversations
À propos
Votre avis
Aide
Chemin d'accès du groupe
GWT Users
1 à 30 sur 46453
The official GWT (formerly Google Web Toolkit) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
Tout marquer comme lu
Signaler le groupe
0 sélectionné
Colin Alworth
, …
Jim Douglas
4
22 juin
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
non lue,
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 juin
Arpan Ameta
, …
Craig Mitchell
15
8 mai
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
non lue,
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 mai
bertra...@laposte.net
5 mai
unsubscribe
unsubscribe
non lue,
unsubscribe
unsubscribe
5 mai
Craig Mitchell
,
Frank
3
4 mai
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:
non lue,
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 mai
Mirza Hadžič
,
Jens
2
16 avr.
Build warning
Thanks, I have created an issue for it: https://github.com/gwtproject/gwt/issues/10309 -- J. Mirza
non lue,
Build warning
Thanks, I have created an issue for it: https://github.com/gwtproject/gwt/issues/10309 -- J. Mirza
16 avr.
Sébastien
,
Thomas Broyer
4
14 avr.
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
non lue,
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 avr.
Régis Millet
,
Thomas Broyer
6
26 mars
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 <
non lue,
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 mars
Tim Macpherson
, …
Colin Alworth
6
26 mars
GWT resilience to recursion
Thanks for advice, I've replaced recursion in the TeaVM fork with ArrayDeque queue, maybe
non lue,
GWT resilience to recursion
Thanks for advice, I've replaced recursion in the TeaVM fork with ArrayDeque queue, maybe
26 mars
Régis Millet
, …
Thomas Broyer
8
26 mars
HELP ! need to go from java 11 to 21.
project building and compiling, but not working because gwt statics not generated. I made another
non lue,
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 mars
Tim Macpherson
22 mars
GWT vs TeaVM stack limits
Quick update that might interest someone, I seem to be finding TeaVM gets a stack overflow with
non lue,
GWT vs TeaVM stack limits
Quick update that might interest someone, I seem to be finding TeaVM gets a stack overflow with
22 mars
cbruno...@gmail.com
, …
Craig Mitchell
11
17 mars
GWT Datagrid
A cool 80000 lines of CSS in your demo. https://dominokit.com/domino-ui/demo/v2/css/domino-ui/domino-
non lue,
GWT Datagrid
A cool 80000 lines of CSS in your demo. https://dominokit.com/domino-ui/demo/v2/css/domino-ui/domino-
17 mars
RT
, …
Craig Mitchell
4
2 mars
2.13 debug compile.log issue
Was there an old code server running in the background that didn't shutdown correctly? If you
non lue,
2.13 debug compile.log issue
Was there an old code server running in the background that didn't shutdown correctly? If you
2 mars
cbruno...@gmail.com
, …
Thomas Broyer
3
27 févr.
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
non lue,
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 févr.
Lonzak
,
cbruno...@gmail.com
2
25 févr.
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
non lue,
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 févr.
Colin Alworth
, …
cbruno...@gmail.com
8
23 févr.
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
non lue,
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 févr.
Blake McBride
, …
Craig Mitchell
3
16 févr.
Re-loading back-end code while system is running
> I noticed that you can change front-end code without rebooting the system and rebuilding.
non lue,
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 févr.
Craig Mitchell
, …
eliasb...@gmail.com
4
14 févr.
GWT Code Server Jetty Mismatch
Awesome! Thanks Colin. Yes, moving the spring-boot-dependencies from the top level, into the server
non lue,
GWT Code Server Jetty Mismatch
Awesome! Thanks Colin. Yes, moving the spring-boot-dependencies from the top level, into the server
14 févr.
Craig Mitchell
, …
Jens
6
13 févr.
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
non lue,
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 févr.
Frank Hossfeld
12 févr.
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. *
non lue,
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 févr.
Leon
, …
Craig Mitchell
11
11 févr.
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
non lue,
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 févr.
AFK
,
Colin Alworth
6
11 févr.
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
non lue,
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 févr.
Frank Hossfeld
,
pavel....@gmail.com
3
10 févr.
Nalu 4.0.0 released
Usually there are no problems using Nalu with different widget libs. GWT, GXT, Elemento, Element and
non lue,
Nalu 4.0.0 released
Usually there are no problems using Nalu with different widget libs. GWT, GXT, Elemento, Element and
10 févr.
Vegegoku
9 févr.
New DominoKit release
Better late than never — we are happy to announce new DominoKit releases: Domino-UI 2.1.0 Release
non lue,
New DominoKit release
Better late than never — we are happy to announce new DominoKit releases: Domino-UI 2.1.0 Release
9 févr.
Garima Jain
, …
Thomas Broyer
7
3 févr.
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.
non lue,
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 févr.
Chak Lai
, …
Colin Alworth
6
2 févr.
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
non lue,
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 févr.
Tim Macpherson
,
Vegegoku
4
28 janv.
domino-jackson
Doesn't seem like it's engineered for TeaVM, that wouldn't be easy I'm guessing,
non lue,
domino-jackson
Doesn't seem like it's engineered for TeaVM, that wouldn't be easy I'm guessing,
28 janv.
Craig Mitchell
, …
Oleg Ravun
15
14 janv.
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
non lue,
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 janv.
Craig Mitchell
, …
Frank Hossfeld
8
8 janv.
GWT / SpringBoot startup order
Just to clarify, the Nalu sample always worked, it was my project that was having issues. All fixed
non lue,
GWT / SpringBoot startup order
Just to clarify, the Nalu sample always worked, it was my project that was having issues. All fixed
8 janv.
Frederik Van Hoyweghen
, …
Ism
12
6 janv.
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
non lue,
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 janv.
Tim Macpherson
, …
Vegegoku
12
5 janv.
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
non lue,
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 janv.
Tim Macpherson
, …
Craig Mitchell
10
29/12/2025
J2CL plugin question
Afaict: To work on an isolated J to JS module in the context of a large GWT app which is essential
non lue,
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/2025