On Jan 27, 2:01 pm, "chris.ruffalo" <[email protected]> wrote: > That looks like *exactly* what I was looking for. I just could not > for the life of me find it by searching around for it. I remembered > seeing it in an earlier project I poked around in and not fully > getting it at the time (and also not remembering how the mechanism > worked). > > Will this also allow me to provide a different implementation for > ValidatorFactory as well? Will a GWT.create() properly trigger inside > of a super ValidatorFactory?
Yes. GWT works from the *.java files, and <super-source> and <source> define the "search path" for these files (kind of classpath actually), so a *.java file in a <super-source> folder is processed exactly the same as one in a <source> folder. See also http://code.google.com/p/google-web-toolkit/wiki/ResourceOracle -- 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.
