I am new to GWT, and facing one problem.

How we have .properties file for initial configuration at startup. I want 
to create one in GWT App.

Also, GWT has client and server package.

I want to setup the configuration at client package because all 
configuration belongs to client side.

My actual need,

I have one textArea which takes up only fixed number of characters and 
length is defined in my properties file like below.

So I have to read a properties file for validation.

my.properties

smsConstraintEnabled=true
smsConstraintCharLimit=160

I found few link but all are talking about properties file regarding 
Locale, I don't have any need on Locale side but need simple key-value 
configuration.

I want this file to be loaded at startup or at Entry point itself and then 
I can use it at any client package classes for my validation.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/X-7_VvYl-sQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to