I was wondering why google developed language support using an interface, annotations, a language file etc. by creating methods for every word/message (annotating if needed), which is kinda annoying because if i create an UI with lots of (predefined) words, i have to create a method and annotate, and then use it.
Isn't it easier to read a file for a requested language (xml for ex) and send it basically as a Map<String, String> ? Which of these methods is better ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
