UiBinder is actually quite similar to the approach Flex takes (splitting into MXML and ActionScript). It seems like overkill initially, but really pays off for larger projects (separating the design/logic and adding flexibility).
On Dec 11, 7:43 am, Nicanor Cristian <[email protected]> wrote: > UI Binder is the step before that. On top of UI Binder it's easier to > write a WYSIWYG GUI editor, than on top of plain java. Also it's very > easy to mantain the MVC structure. > > > > John Ivens wrote: > > How about a Matisse-like interface that allows you to create the XML > > by dragging graphics around, and linking them to code in the .java > > file? That's what I want. -- 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.
