PDA

View Full Version : GWT user lib x GWT Ext


rmemoria
08-31-2008, 07:58 AM
Hi,

I'm evaluating GWT EXT to be used in our projects.

Actually I'm a beginning user, and I found that GWT Ext has some equivalents WidGets found in GWT, like for example VerticalPanel and HorizontalPanel.

What is the best strategy: Forget about the GWT widgets and just use GWT Ext? Or it's ok to use both GWT and GWT ext equivalents? Is there any drawback on using both?

Best,
Ricardo

gslender
08-31-2008, 03:45 PM
Are you talking about GWT-Ext or ExtGWT? This forum is for ExtGWT (or GXT) product.

As for mixing widget with GWT - there is no major issue, though some things happen different such as how layouts work and the way things are managed, but otherwise should be fine.

The biggest issue will be getting support, as you are unlikely going to get folk who can tell you why GXT container ABC won't work when holding GWT widget XYZ - who should handle that support issue? Google or ExtJS?

rmemoria
08-31-2008, 04:42 PM
Hi gslender,

Thanks for the reply... My mistake - I'm talking about ExtGWT (better say GXT).

ok... it's clear.

Regards,
Ricardo