Hi
I need some configuration files, that can be changed without recompiling the project in my GWT application. However, the GWT i18n doesn't allow to be used serverside.
So what's the solution for getting configuration constants to be used serverside?
Thanks.