Hello, I've started using gwt for a couple of weeks and still face a question on which I couldn't find any good answer. What is the added value of the UIBinder in gwt 2.0?
For example, in my class, I can do: VerticalPanel vertPanel = new VerticalPanel(); vertPanel.setSize(....); and so on or have a ui.xml file linked with my class. Why would have to choose the ui.xml rathen than only java code? Thanks, Gerald -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
