There are many (many) jQuery based live grid implementations. They are far easier to style, implement and customize than "CellTable"
A massive strength of GWT, is the ability to model your domain objects on the client. Sure, you can do this in javascript using Backbone and other techniques, but that is beyond the technical realm of 'using jquery' Roger On Oct 27, 2011, at 7:04 PM, Andrei wrote: > I wrote complex apps in both JQuery and GWT. My experience boils down > to two key points: > > (1) 2-3,000 lines of code or less, you can do it much faster in JQuery > than GWT, and the resulting JavaScript will be much smaller. More code > - go with GWT. > > (2) If you plan to use widgets like DataGrid or trees, GWT is much > more convenient. > > This is not a "religion" kind of question: these frameworks are very > different, and each has very distinct advantages in certain > situations. > > -- > 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. > -- 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.
