Hello
I have my first GWT project that I created using UiBinder (GWT 2.0 way) which I found to be easier than write my UI creation Java source code (GWT 1.0 way).
But I saw this thing called GWT Designer that Google are realeasing for free. It have a nice features and wizards, which was missing with standart Google Eclipse Plugin. I like it, but I still think that using UiBinder is better. I think GWT Designer will be realy usefull when it can help you write UiBinder XML files (GWT 2.0 way), and not just source code (GWT 1.0 way).
What do you think about it? Do I need to migrate to GWT Designer project? Will it be better if migrate but still keep UiBinder UI creation?