This will be very helpful, Bob! One question about globs. Also, test coverage would be good.
http://gwt-code-reviews.appspot.com/160801/diff/3001/4005 File dev/core/src/com/google/gwt/dev/cfg/BindingProperty.java (right): http://gwt-code-reviews.appspot.com/160801/diff/3001/4005#newcode253 Line 253: if (value.contains(GLOB_STAR)) { Supporting * as a pattern makes a lot of sense. However, wouldn't all other cases with a * in them be subsumed by property inheritance? I admit at the root I'm a little uneasy about trying to process the string name of a property. It's akin to recognizing the string name of a class rather than testing isntanceof. http://gwt-code-reviews.appspot.com/160801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
