Discussion:
Preferred IDE
subroutines
2018-10-13 15:22:46 UTC
Permalink
Hi,

I am curious to know what is preferred IDE to use GWT?
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Vinod Bhanur
2018-10-13 15:43:38 UTC
Permalink
GGTS ( Groovy/Grails Tools Suite)
Post by subroutines
Hi,
I am curious to know what is preferred IDE to use GWT?
--
You received this message because you are subscribed to the Google Groups
"GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Thomas Broyer
2018-10-13 16:57:42 UTC
Permalink
I think it depends a lot on what you expect from your IDE and whether you're spending money or not.

If you're ok launching GWT DevMode "manually" (through Maven, Ant or Gradle, or creating your IDE launch configuration by hand), and debugging your code in the browser (rather than the IDE), then any IDE would work.

If you don't care about JSNI syntax highlighting and autocompletion, then any Java IDE could work (including, e.g., IntelliJ IDEA Community Edition). You should avoid JSNI nowadays anyway, but might still have some in existing projects.
Similarly if you don't care about a UiBinder-specific editor (any XML editor would work then).

Otherwise, you won't have many choices to begin with: the free Eclipse + GWT Plugin, or the paid IntelliJ IDEA Ultimate Edition.
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
subroutines
2018-10-14 19:48:40 UTC
Permalink
Is it safe to say, that Netbeans is out of the picture?
Post by Thomas Broyer
I think it depends a lot on what you expect from your IDE and whether
you're spending money or not.
If you're ok launching GWT DevMode "manually" (through Maven, Ant or
Gradle, or creating your IDE launch configuration by hand), and debugging
your code in the browser (rather than the IDE), then any IDE would work.
If you don't care about JSNI syntax highlighting and autocompletion, then
any Java IDE could work (including, e.g., IntelliJ IDEA Community Edition).
You should avoid JSNI nowadays anyway, but might still have some in
existing projects.
Similarly if you don't care about a UiBinder-specific editor (any XML
editor would work then).
Otherwise, you won't have many choices to begin with: the free Eclipse +
GWT Plugin, or the paid IntelliJ IDEA Ultimate Edition.
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Thomas Broyer
2018-10-15 07:17:57 UTC
Permalink
I honestly have no idea what Netbeans is capable of; I know there's a GWT
plugin (no idea what it does) but IIRC it's no longer maintained.
Fwiw, I'm personally OK with no JSNI or UiBinder editing support, and
debugging from the browser's dev tools, and always prefer running tasks
from the build tool (Maven or Gradle), so that wouldn't rule out Netbeans
for me (even VS Code could be OK).
My personal preference is IntelliJ IDEA though (and the free Community
edition fits my needs)
Post by subroutines
Is it safe to say, that Netbeans is out of the picture?
Post by Thomas Broyer
I think it depends a lot on what you expect from your IDE and whether
you're spending money or not.
If you're ok launching GWT DevMode "manually" (through Maven, Ant or
Gradle, or creating your IDE launch configuration by hand), and debugging
your code in the browser (rather than the IDE), then any IDE would work.
If you don't care about JSNI syntax highlighting and autocompletion, then
any Java IDE could work (including, e.g., IntelliJ IDEA Community Edition).
You should avoid JSNI nowadays anyway, but might still have some in
existing projects.
Similarly if you don't care about a UiBinder-specific editor (any XML
editor would work then).
Otherwise, you won't have many choices to begin with: the free Eclipse +
GWT Plugin, or the paid IntelliJ IDEA Ultimate Edition.
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Frank
2018-10-15 09:02:18 UTC
Permalink
IntelliJ Ultimate

I just works.


I also like Eclipse with the GWT plugin, but IntelliJ is just a beter IDE
in general than Eclipse, in my opinion (!).
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
David Nouls
2018-10-15 09:28:08 UTC
Permalink
I converted from Eclipse to IntelliJ CE a few months ago. I agree that it works much better when combined with maven builds as compared to eclipse.

one thing though is that you dont get much assistance with uiBinder templates. So it might be more difficult to pick up as a beginner (unless you invest in the ultimate edition)

one annoying thing is that the styleName attributes are reported as errors since it does not check with the widget class methods.
Post by Frank
IntelliJ Ultimate
I just works.
I also like Eclipse with the GWT plugin, but IntelliJ is just a beter IDE in general than Eclipse, in my opinion (!).
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
foal
2018-10-24 11:57:01 UTC
Permalink
Hi,

I am using Eclipse (STS 4.0) with GWT plugin and it just works.

Stas
Post by subroutines
Hi,
I am curious to know what is preferred IDE to use GWT?
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Loading...