0

Are any of the third-party widget libraries compatible with GWT 2.0's features, including uiBinder? All I know is that it seems as if SmartGWT can't.

Apophenia Overload
  • 2,485
  • 3
  • 28
  • 46

1 Answers1

0

SmartGWT - well SmartClient actually - has its own mechanisms that do the same thing as uiBinder; it's likely more advanced than uiBinder itself.

Lenz
  • 398
  • 1
  • 2
  • 9
  • 1
    Fair enough, but I'd prefer a library that complies with vanilla GWT. – Apophenia Overload Oct 19 '10 at 11:29
  • Can I use SmartGWT with UIBinder? Now I have a project on GWT with UIBinder and I need to integrate SmartGWT into it. Can you explain to me how can I do this? – Hleb Dec 12 '12 at 08:12