On 18 nov, 01:44, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'd like to add some of my own logic to the nocache file in order to > implement a custom localization scheme. I'm aware of the kinds of > things you can do with generators and linkers, but it's not clear to > me if there is some simple way to customize the existing logic vs. > writing and maintaining my own. > > If I just want to tweak the logic for selecting the correct cache file > should I be writing my own linker, extending the existing default > linker, or using some other extension point that I'm not aware of?
Have you looked at property-providers? They might be enough... (as far as localization is concerned, have a look at the default property-provider for the locale property in com/google/gwt/i18n/ I18N.gwt.xml) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
