Re: Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread keyboard_samurai
No i do not want it on server side ... Have certain values which would be used in client side. Need it configurable and also its same across different locales. Any thoughts on this ? On Dec 11, 7:17 pm, philippe wrote: > If it doesn't draw user text on screen, if it's just to configured > your

Re: Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread philippe
If it doesn't draw user text on screen, if it's just to configured your server you can use ResourceBundle in server side. On 11 déc, 13:58, keyboard_samurai wrote: > Hi, > > I need to maintain some configurable data (in properties) and lookup > for it in the code. I do understand GWT has support

Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread keyboard_samurai
Hi, I need to maintain some configurable data (in properties) and lookup for it in the code. I do understand GWT has support for constants and messages (i18n). I would not like to get this information like constant or message as these are kept specific to locale and the configuration data which i