Re: Question About Constants(.properties) file of GWT

2010-06-07 Thread Thomas Broyer
On 6 juin, 20:04, veeravelli kiran kumar veeravelli.kiranku...@gmail.com wrote: Hi Stefan, Thanks for the reply. Yes I was taking about i18n . What approach should I follow to use labels (labels for various components in the UI ) from external file (like the bundles used in JSF) where i can

Re: Question About Constants(.properties) file of GWT

2010-06-06 Thread veeravelli kiran kumar
Hi Stefan, Thanks for the reply. Yes I was taking about i18n . What approach should I follow to use labels (labels for various components in the UI ) from external file (like the bundles used in JSF) where i can change key value pairs to reflect the changes in the UI. Thanks V Kiran Kumar --

Re: Question About Constants(.properties) file of GWT

2010-06-03 Thread Stefan Bachert
Hi Kiran, I guess you are talking about i18n - Constants yes, they will be compiled to javaScript. You have to recompile your app when you have to changed your constants. When your constants aren't constant, you need an other approach. Stefan Bachert http://gwtworld.de On 2 Jun., 10:55,

Question About Constants(.properties) file of GWT

2010-06-02 Thread veeravelli kiran kumar
Hi All, I am new to GWT and finding it difficult to understand this. I am creating a GWT project,putting a constants file and retrieving them via the constants interface. I am compiling this project and adding the resources (just the .html ,.css and /project resources) generated to a war file