After having finished with a fairly large project using GWT-EXT i would personally advise staying away from it, specially if you are a newbie with GWT. Why? * GWT-EXT's programming model != GWT's programming model. GWT-EXT is basically a JSNI wrapper for the ext-js API * Very slow performance compared to using pure GWT * The gwt-ext forums are filled with unanswered questions and very little answers from the project members. * If you are planning on using RPC, either be ready to spend 200$ on the "plus" version or move to GWTX. * With GWT-EXT your are stuck with ext 2.02 since the license change fiasco.
These are some of the reasons why, i could go on with the bashing but this is not the right place. From now on if i really need eye-candy i'll probably use flex or pure javascript or ext, most of the widgets that make GWT-EXT/GXT interesting are already available as part of the incubator(paging, grids, etc). cheers. 2008/11/13 posta07 <[EMAIL PROTECTED]> > > Take a look at Ext-GWT (GXT) from extjs.com. > > It's the same extjs widgets written in pure GWT. > > On Nov 13, 9:33 am, Litty Preeth <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am using simple GWT in my current project. I wanted to use some GWT- > > EXT widgets also. Can anybody tell me if there is anything to take > > care of when integrating GWT-EXT also to a current GWT project? Are > > there any clashes which might occur? > > > > Thnx n Regards, > > Litty Preeth > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
