Hi, We've been building GWT application for about 3 years now, and we've reached the point where compiling the internationalization strings into the WAR file is no longer servicable. Today the GWT I18N support is primarly based on Constants and Messages which is solely built on Java property files.
How ever, we've solved this issue by putting the internationalization settings on the server side and by fetching these strings remotely via JavaScript documents. This works perfect, as we now are able to (even in live environment) change internationalization files without re- compiling the entire project and without even restarting the tomcat service. Now, to my question (suggestion), who am I to speak to about going further with this? Making GWT more applicable for larger web applications (larger companies) by making the internationalization part easier to handle should be on every GWT developer's wishlist. I'm willing to fully cooperate and to supply source code if you are interested. Thanks, Thobias Karlsson --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
