vote up 0 vote down star

i want to ask about the speed of gwt-ext applications Are there any one tried Gwt-ext application and know that Is it slow or normal ?

can i handle images with gwt-ext as example i want to make the image black and white ?

thank you

saebnajim

flag
gwt is as slow as you can code it =) your question isnt very clear in what you are asking about. – Chii Jan 27 at 8:49

3 Answers

vote up 2 vote down

First, it's important to remember some distinctions.

GWT-Ext is not representative of GWT's technology because it is simply a wrapper around a traditional JavaScript library (similar to YUI, which is where it branched from).

GXT is the same company's attempt at duplicating GWT-Ext using GWT the way it was intended; not wrapping hand-coded JavaScript, but letting GWT do most of the work. Unfornately, IMHO, they suck at it and have produced a load of garbage. It's very clunky and slow.

There's no reason plain GWT applications cannot be as fast or faster that GWT-Ext. I'll leave out the licensing discussion since it's not relevant to the question, but it's another thing to take into mind.

As for your add-on question regarding image manipulation... if that's possible, the only way I think you could do that is by using a Canvas element. GWT has a library of upcoming widgets (the 'incubator') which has a working Canvas widget.

GWT Canvas Demo

link|flag
vote up 1 vote down

The compiled apps themselves do not run slow, but the GWT compiler is slower than a frozen snail with a lobotomy.

link|flag
vote up 0 vote down

I am using GWT-ext for my application and tested it on a slow computer in its browser. It is really fast and the animations are very smooth. The pure Java alternative GXT doesn't run so fast for me, altough i rather used this one because of better support.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.