What do we use for GWT development/maintenance then?
Message has been deleted
cbruno...@gmail.com
unread,
Feb 25, 2026, 11:04:46 AMFeb 25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT Users
I moved off the IntelliJ GWT plugin last year for this very eventuality. I used maven and my own custom cli do to all the things that the plugin did (like generating boilerplate).
It was still nice when it recognized if I missed inheriting a module and and my components in UiBinder files, but the plugin never worked really well.
I will now check out the Eclipse and the Eclipse GWT plugin, but ultimately because GWT is niche you have to rely and understand your own tools.