Sunday, February 23, 2014

The benefit of using UiBinder

Hi,

I used to use Java code to create all the client components. It provides all the flexibility, like create custom widgets, add different widgets to panel under different conditions. Now, I am learning UiBinder. I found that it is only good for static components. Can someone share their opinion about the benefit of UiBinder? Or I should keep using the java way to make custom widgets?

Thanks

No comments:

Post a Comment