Is there any way to make ExtGWT work inside UIBinder ui.xml files?
Thanks.
Any widget could be added in the ui.xml file by first adding the library to the namespace xmlns:ext='urn:import:the.package.of.the.widgets.to.be.used and refer them like any other widget. Make sure to add the jar to the classpath. The following is the usage.
<ext:ext-widget name=.../>