Serverside configuration constants in GWT
Posted
by Claus Jørgensen
on Stack Overflow
See other posts from Stack Overflow
or by Claus Jørgensen
Published on 2010-02-11T08:02:10Z
Indexed on
2010/05/13
7:14 UTC
Read the original article
Hit count: 342
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.
© Stack Overflow or respective owner