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 intend to keep is the same across different
locales.

Is there any other way i can handle this ? I am fine the approach
depends on static binding approach as well.

Thanks in advance!!

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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 yog...@gmail.com wrote:
 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 intend to keep is the same across different
 locales.

 Is there any other way i can handle this ? I am fine the approach
 depends on static binding approach as well.

 Thanks in advance!!

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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 vonck...@yahoo.fr wrote:
 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 yog...@gmail.com wrote:



  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 intend to keep is the same across different
  locales.

  Is there any other way i can handle this ? I am fine the approach
  depends on static binding approach as well.

  Thanks in advance!!

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.