Well, if you have 20 UiBinder templates, you probably don't want to change all of them.
I have been using this mechanism and it works great.. > > but i was thinking later that it would be so much better if we could > specify the > EntryPoint to use in the ui.xml file, that way there is no need to > switch... i.e. > <ui:EntryPoint path="com.package.EntryPoint.gwt.xml"/> > > -John G > > On Oct 24, 11:24 am, "Eric Clayberg (Google)" <[email protected]> > wrote: > > It should be available in the latest GWT Designer build. > > > > Heres how to use it... > > > > 1. Create a GWT project with a GWT module, moduleA.gwt.xml file. > > 2. Create a second GWT module, moduleB.gwt.xml in the same folder. > > 3. If you want to make sure that GWT Designer uses moduleB.gwt.xml, add > the > > following comment to that file: <!-- gwtd.module.use --> > > -- > 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. > > -- Konstantin Scheglov Software Engineer Google, Inc. -- 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.
