where is the best place to put client-side global constants ? for example for Place tokenizing, I need to define a SEPARATOR
private static final SEPARATOR = "!"; and this appears in many packages, what is the correct way to define client-side constants once, in one place, to avoid duplication and scattering ? -- 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.
