Groups
Sign in
Groups
GWT Users
Conversations
About
Send feedback
Help
GWT Users
Contact owners and managers
1–30 of 46356
The official GWT (formerly Google Web Toolkit) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
Mark all as read
Report group
0 selected
Neil Aggarwal
, …
Jens
7
Jan 27
Contribute emulation of org.apache.log4j?
Got it. Thanks for the info. On Mon, Jan 27, 2025, 10:32 AM Jens <
[email protected]
>
unread,
Contribute emulation of org.apache.log4j?
Got it. Thanks for the info. On Mon, Jan 27, 2025, 10:32 AM Jens <
[email protected]
>
Jan 27
tbb
, …
Jens
5
Jan 25
GWT Development workflow
You should definitely move to the tbroyer maven plugin if you use maven. In general the CodeServer
unread,
GWT Development workflow
You should definitely move to the tbroyer maven plugin if you use maven. In general the CodeServer
Jan 25
Neil Aggarwal
,
Tim Macpherson
3
Jan 22
Thank you!
> Post a link, it sounds interesting Go to https://3dmathpuzzles.com/ Click on Diagonal
unread,
Thank you!
> Post a link, it sounds interesting Go to https://3dmathpuzzles.com/ Click on Diagonal
Jan 22
Guru Prasad M
, …
Colin Alworth
3
Jan 21
GWTDevPluginSetup Install issue
Can you clarify which GWT version and which IE version you are using? Thomas is right of course that
unread,
GWTDevPluginSetup Install issue
Can you clarify which GWT version and which IE version you are using? Thomas is right of course that
Jan 21
Craig Mitchell
, …
Jens
9
Jan 13
JsInterop consuming JS with a attributes
In the Native JsTypes section here, they have the example: @JsType(isNative = true) public interface
unread,
JsInterop consuming JS with a attributes
In the Native JsTypes section here, they have the example: @JsType(isNative = true) public interface
Jan 13
Craig Mitchell
, …
Khun Yee Fung
8
Jan 10
GWT Dev Conflict with Spring Boot 3.4 and Google GSON
Oh that is perfect. Thanks Colin. I never had gwt-user.jar on my server side classpath. But to get my
unread,
GWT Dev Conflict with Spring Boot 3.4 and Google GSON
Oh that is perfect. Thanks Colin. I never had gwt-user.jar on my server side classpath. But to get my
Jan 10
Leon
, …
Colin Alworth
10
Jan 7
Re: Digest for
[email protected]
- 12 updates in 3 topics
Thanks - I knew that Maven was explicitly opt-in, but several Gradle projects I've worked on have
unread,
Re: Digest for
[email protected]
- 12 updates in 3 topics
Thanks - I knew that Maven was explicitly opt-in, but several Gradle projects I've worked on have
Jan 7
David Nouls
, …
Colin Alworth
4
Jan 6
Uncaught SyntaxError: Unexpected token 'debugger' (at home.ui-0.js:353714:52)
Thank you, my mistake. I've also confirmed others have had this issue (though not with GWT afaict
unread,
Uncaught SyntaxError: Unexpected token 'debugger' (at home.ui-0.js:353714:52)
Thank you, my mistake. I've also confirmed others have had this issue (though not with GWT afaict
Jan 6
[email protected]
,
Craig Mitchell
2
Jan 4
GWT Transpiler Speed on M4 Max
The Mac M chips look amazing, I just couldn't get used to the Mac O/S. The inconsistencies drove
unread,
GWT Transpiler Speed on M4 Max
The Mac M chips look amazing, I just couldn't get used to the Mac O/S. The inconsistencies drove
Jan 4
Leon
Jan 4
Re: Digest for
[email protected]
- 1 update in 1 topic
You're probably right based on how it should work. I've never been able to get it to work for
unread,
Re: Digest for
[email protected]
- 1 update in 1 topic
You're probably right based on how it should work. I've never been able to get it to work for
Jan 4
Neil Aggarwal
,
Colin Alworth
12
12/28/24
Compile multiple modules in one project
> if each HTML page has its own layout as you already have it, but all load "games/games.
unread,
Compile multiple modules in one project
> if each HTML page has its own layout as you already have it, but all load "games/games.
12/28/24
Neil Aggarwal
, …
Colin Alworth
16
12/20/24
Class not included in the set of types for RPC
> Are you sure you have no compiler errors, and -failOnError (or -strict) is set? No compiler
unread,
Class not included in the set of types for RPC
> Are you sure you have no compiler errors, and -failOnError (or -strict) is set? No compiler
12/20/24
Neil Aggarwal
, …
Jens
19
12/19/24
Getting 500 error from RPC call
> Given your error message it seems that you use Apache to access your application via /play but
unread,
Getting 500 error from RPC call
> Given your error message it seems that you use Apache to access your application via /play but
12/19/24
Leon
,
Vassilis Virvilis
2
12/18/24
Re: Digest for
[email protected]
- 18 updates in 5 topics
I agree with Leon and I can only add that there is also libapache2-mod-jk to directly proxy from
unread,
Re: Digest for
[email protected]
- 18 updates in 5 topics
I agree with Leon and I can only add that there is also libapache2-mod-jk to directly proxy from
12/18/24
Leon Pennings
, …
Vassilis Virvilis
7
12/18/24
Thank you GWT & Maintainers!!
I also would like to extend my thanks to current GWT maintainers. Your work is greatly appreciated. I
unread,
Thank you GWT & Maintainers!!
I also would like to extend my thanks to current GWT maintainers. Your work is greatly appreciated. I
12/18/24
Venky
, …
Jens
7
12/18/24
Keyboard shortcuts for non-English keyboard layouts
Thank you everyone for the help 😊 On Monday, December 16, 2024 at 11:27:42 PM UTC+5:30 Jens wrote:
unread,
Keyboard shortcuts for non-English keyboard layouts
Thank you everyone for the help 😊 On Monday, December 16, 2024 at 11:27:42 PM UTC+5:30 Jens wrote:
12/18/24
Neil Aggarwal
, …
Craig Mitchell
21
12/17/24
Confused about RPC setup
> In my car racing game, Wow, that is a nice game. Very impressive! Great idea to run it again on
unread,
Confused about RPC setup
> In my car racing game, Wow, that is a nice game. Very impressive! Great idea to run it again on
12/17/24
Neil Aggarwal
,
Colin Alworth
3
12/17/24
Is there a way to force the base url of RPC calls?
> You can cast your async service instance in client code to ServiceDefTarget, then invoke
unread,
Is there a way to force the base url of RPC calls?
> You can cast your async service instance in client code to ServiceDefTarget, then invoke
12/17/24
Neil Aggarwal
,
Jens
7
12/16/24
Possible to have super sources in a common package in a library?
> the package declaration in any file in the super-source folder should not contain the path
unread,
Possible to have super sources in a common package in a library?
> the package declaration in any file in the super-source folder should not contain the path
12/16/24
Neil Aggarwal
, …
Craig Mitchell
6
12/14/24
Not sure how to get the correct size of Canvas
> Depending on your game, you might want to have fixed > setCoordinateSpaceHeight /
unread,
Not sure how to get the correct size of Canvas
> Depending on your game, you might want to have fixed > setCoordinateSpaceHeight /
12/14/24
Fred Andrews
, …
[email protected]
4
12/12/24
Overriding ServletContainerLauncher not sufficient for Servlet 5.0/Jakarta migration of DevMode
Good point. I realize that maintaining DevMode has become a nightmare, primarily due classpath
unread,
Overriding ServletContainerLauncher not sufficient for Servlet 5.0/Jakarta migration of DevMode
Good point. I realize that maintaining DevMode has become a nightmare, primarily due classpath
12/12/24
Juan Pablo Gardella
,
Thomas Broyer
4
12/11/24
Dagger 2.53
Thanks Thomas!That did the trick. I removed that library and used the suggestion. I have also
unread,
Dagger 2.53
Thanks Thomas!That did the trick. I removed that library and used the suggestion. I have also
12/11/24
Neil Aggarwal
, …
Colin Alworth
13
12/10/24
Compile error with SmartGWT
Thank you for the background info. I will continue with GWT for now. Thank you, Neil -- Neil Aggarwal
unread,
Compile error with SmartGWT
Thank you for the background info. I will continue with GWT for now. Thank you, Neil -- Neil Aggarwal
12/10/24
Neil Aggarwal
, …
Craig Mitchell
9
12/8/24
How to put output from GWT compile into my html directory?
Thanks Thomas. The bit I was missing was from the Goals menu ( https://tbroyer.github.io/gwt-maven-
unread,
How to put output from GWT compile into my html directory?
Thanks Thomas. The bit I was missing was from the Goals menu ( https://tbroyer.github.io/gwt-maven-
12/8/24
[email protected]
, …
Colin Alworth
8
12/6/24
Servlet problem after upgrade
fixed It's now just the old servlet thing of needing servlet jar to compile (but not run) the
unread,
Servlet problem after upgrade
fixed It's now just the old servlet thing of needing servlet jar to compile (but not run) the
12/6/24
Nishchaya Tejasri
12/5/24
Calendar Widget of smartGWT is taking time to load, due to which my other headers are not coming up until this is loaded completely.
Hi Team, Currently, we are having JDK-17 with smartGWT version as '<version>12.1-p20240621
unread,
Calendar Widget of smartGWT is taking time to load, due to which my other headers are not coming up until this is loaded completely.
Hi Team, Currently, we are having JDK-17 with smartGWT version as '<version>12.1-p20240621
12/5/24
Oleg Ravun
, …
Colin Alworth
18
12/5/24
Updating to GWT 2.12 SuperDevMode on start: JSwitchStatement cannot be cast to class com.google.gwt.dev.jjs.ast.JExpression
The maven plugin doesn't directly invoke the compiler (and so doesnt use Preconditions), but runs
unread,
Updating to GWT 2.12 SuperDevMode on start: JSwitchStatement cannot be cast to class com.google.gwt.dev.jjs.ast.JExpression
The maven plugin doesn't directly invoke the compiler (and so doesnt use Preconditions), but runs
12/5/24
jhon tonini
, …
Craig Mitchell
12
12/4/24
GWT history with push state
Thank you Thomas and Colin. Setting onpopstate with a lambda is perfect! On Thursday, 5 December 2024
unread,
GWT history with push state
Thank you Thomas and Colin. Setting onpopstate with a lambda is perfect! On Thursday, 5 December 2024
12/4/24
Lonzak
, …
Craig Mitchell
5
12/4/24
Chrome SecurityError: Failed to execute 'pushState' on 'History'
I tried it as well ( elemental2-dom solution) however the behaviour was quite different to before so
unread,
Chrome SecurityError: Failed to execute 'pushState' on 'History'
I tried it as well ( elemental2-dom solution) however the behaviour was quite different to before so
12/4/24
Mirza Hadžič
,
Thomas Broyer
5
12/2/24
Firefox - mouse wheel
Yes, that old one. Well, there is some recent activity there, so I hope this maybe could be fixed.
unread,
Firefox - mouse wheel
Yes, that old one. Well, there is some recent activity there, so I hope this maybe could be fixed.
12/2/24