Hello What is the best way in GWT to store static list of strings? I need to provide list of countries, so creating a Constants interface does not seem to be the best solution.
I supposed I could store the list in properties-file (countryCode: countryName) and then iterate over its keys. But I failed to accomplish that as I am yet to find out how to access such files in GWT-environment. I have only seen one video about Linkers and Generators in GWT (http:// www.youtube.com/watch?v=cyfVHNAM80E), could they be the answer... somehow... ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
