eclipse
intelliJidea
netbeans
notepad/vi
GWT is Java for the web browser. Which ever one you crank out Java code
the best/fastest is probably the one you should use.
(I happen to prefer IDEA, but Eclipse is the popular free choice.)
Sascha
But in future it will depend on GWT plugins quality, power and
stability.
GWT was intentionally designed to work well in any IDE. We didn't want
to force you into a particular IDE. That said, several GWT-specific
plugins/modules are starting to appear that make GWT development more
productive.
See <http://code.google.com/webtoolkit/thirdparty.html> for a few
examples. Also check out Googlipse, which is an open source Eclipse
plug-in that you may find useful.
-- Bruce
Mostly, yeah, use whatever IDE you like.
anyway, jdeveloper works really well with gwt and is also free...
(*you can get cheaper rates for multiple year subscriptions)
Well that's $39/year.* But I can not authorize the purchase of
anything with a built-in time bomb. When the subscription runs out the
software will not function.
(*you can get cheaper rates for multiple year subscriptions)
Ed Burnette wrote:
> Eclipse for free, and for $39 you can add the GWT Designer
> ( http://www.instantiations.com/gwtdesigner/), which will probably pay
The best part it can do everything and it is FREE !!!.
I had access to the new beta, which will be released soon , it has
complete round trip and the featuers that it has much better than any
tool exisit in the market even for mature IDE for other platforms.
Plus they have an enterprise Edition , you will be amazed when you see
it.
We have been using it for a while, the team love it. The support we get
from wirelexsoft is excellent.
They also took all our feedback into considrations.
If you are serious about building AJAX applications , the I would say
VistaFei is the ultimate tool for you and the only tool you will need.
Ian Bambury wrote:
> I never managed to get GWT designer to work with anything but dead-simple
> designs. Add an abstract class for your pages and it appears to be stuffed.
> Either that or I'm just too thick to get it working (shorlie knot!). It
> couldn't deal with my site's layout, and when I uninstalled it, it wiped all
> my workbench settings.
>
> Ian
> http://www.examples.roughian.com/
>
>
> On 30/11/06, GerryM <gerry....@gmail.com> wrote:
> >
> >
> > Well that's $39/year.* But I can not authorize the purchase of
> > anything with a built-in time bomb. When the subscription runs out the
> > software will not function.
> >
> >
> >
> > (*you can get cheaper rates for multiple year subscriptions)
> >
> >
> > Ed Burnette wrote:
> > > Eclipse for free, and for $39 you can add the GWT Designer
> > > (http://www.instantiations.com/gwtdesigner/), which will probably pay
> > > for itself in the first day you use it.
> > >
> > > --Ed
> > > http://blogs.zdnet.com/Burnette
> >
> >
> > >
> >
>
> ------=_Part_51079_15778694.1164902796741
> Content-Type: text/html; charset=ISO-8859-1
> X-Google-AttachSize: 1467
>
> <div>I never managed to get GWT designer to work with anything but dead-simple designs. Add an abstract class for your pages and it appears to be stuffed. Either that or I'm just too thick to get it working (shorlie knot!). It couldn't deal with my site's layout, and when I uninstalled it, it wiped all my workbench settings.
> </div>
> <div> </div>
> <div>Ian</div>
> <div><a href="http://www.examples.roughian.com/">http://www.examples.roughian.com/</a><br><br> </div>
> <div><span class="gmail_quote">On 30/11/06, <b class="gmail_sendername">GerryM</b> <<a href="mailto:gerry....@gmail.com">gerry....@gmail.com</a>> wrote:</span>
> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Well that's $39/year.* But I can not authorize the purchase of<br>anything with a built-in time bomb. When the subscription runs out the
> <br>software will not function.<br><br><br><br>(*you can get cheaper rates for multiple year subscriptions)<br><br><br>Ed Burnette wrote:<br>> Eclipse for free, and for $39 you can add the GWT Designer<br>> (<a href="http://www.instantiations.com/gwtdesigner/">
> http://www.instantiations.com/gwtdesigner/</a>), which will probably pay<br>> for itself in the first day you use it.<br>><br>> --Ed<br>> <a href="http://blogs.zdnet.com/Burnette">http://blogs.zdnet.com/Burnette
> </a><br><br><br><br><br></blockquote></div><br>
>
> ------=_Part_51079_15778694.1164902796741--
VistaFei is great but but bijective refactoring is not very clean
Sascha Matzke a écrit :
> Nice add for VistaFei ;-)
Simple example -> most of the IDE consider your ui start with a screen
that is false!! I like starting with an ui manager that control all UI
resources i need for the application => it is more oop oriented than
puting all the initializing code into the init method of the first
window (ugly)
Luciano Broussal
http://www.instantiations.com/promo/6130e.html
Mark Johnson
Instantiations
Bill Heitzeg
hei...@emeraldsoftwareinc.com
So maybe it's not time for you to switch IDEs yet if you are
comfortable with Netbeans and have projects going. For your performance
problems, take a look at Netbeans configuration file at: {NETBEANS
INSTALLATION}/etc/netbeans.conf. There you can change Java runtime
parameters for Netbeans, like Xms, Xmx and GC. That helped me somewhat
with IDE performance.
I haven't used Netbeans for sometime now in big projects, but I am
really looking forward to beta of version 6.
About IDE - I like Eclipse. Used to be NetBeans once, but.. well,
things change. Since Eclipse released 3.2, I am sticked to it -
refactoring, local history - plenty of good things to enjoy.
K.
-jason
did any one heard about how core 2 duo and similar architectures can
hurt java's future in the sense that those processors rely on slower
cores but more of them. but since a jvm runs on a single core when it
start, this is similar to running a java application on a p3 instead of
p4.
any thoughts?
On Jan 17, 10:50 am, "Yegor" <Yegor.Jba...@gmail.com> wrote:
> tarik.guelzim wrote:
> > well I'm a netbeans guy and I use it for the j2ee dev however it is- Which version of Netbeans are you using?> kinda slow to compared to others.maybe I'll check out the alternatives- Starting from versions around 4.x Netbeans became much faster (for me
> at least). Starting from v.6 Netbeans will introduce a completely new
> Java code editing infrastructure which, from what I've seen in recent
> milestones, is comparable or even faster in responsiveness than that of
> IDEA and Eclipse. It also became much smarter.
>
> > ass you folks suggested.So maybe it's not time for you to switch IDEs yet if you are