I'm looking for a GWT common purpose paging widget. So far I have found GWT widget library and the Google Incubator widgets. Is there any other free (possibly open source) widget library implementing a paging behavior.
+2
A:
You found the two major ones. The Google Incubator widgets might be a good bet, because the intention is for these to eventually make it into the main library. In general the GWT widget library widgets tend to be fancier, but the GWT incubator library widgets tend to be more modular and also more robust across more web browsers.
dmazzoni
2008-10-25 19:19:52
I have tried both. The Google incubator has currently some unresolved issues and I'm not willing go with it to production. The GWT widget library looks promising but there is no examples to see it in action, plus the documentation is very thin.
Drejc
2008-10-26 20:29:46
I have copied the gwt-widget paging principle and created my own one, more suited to what I need.
Drejc
2008-10-31 10:55:40
+1
A:
I have used the one offered by GXT (A GWT library) and I love it! Check it out!
JP
2008-12-02 22:04:52
Thanks for the info, but I'm not using it. I have written my own paging which suits my needs more closely.
Drejc
2009-02-13 07:11:03
A:
Actually they do both comerical and quid pro quo
http://extjs.com/company/dual.php
So provided you open source your project you can use it for free.