Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using uibinder with SmartGWT?

Is it possible to use UiBinder with SmartGWT at all? I've heard that at the moment it's impossible, though there are efforts to bridge the gap. How are those efforts? Have they yielded any successes yet?

Furthermore, if SmartGWT is still not UiBinder-friendly yet, are there any other GWT libraries that might be? ext-GWT, perhaps?

like image 741
Apophenia Overload Avatar asked Aug 19 '10 12:08

Apophenia Overload


1 Answers

Not with UiBinder, but it is possible with GWT Designer which can be found here. Then simply right click on the project or package in which you want to use SmartGWT, select Google Web Toolkit and then Configure for using SmartGWT. Hope that gets you started!

Edit: GWT-Ext is also included, as you will see when right clicking.

like image 77
levivanzele Avatar answered Nov 11 '22 06:11

levivanzele