Re: load property file from a list of property files

2008-11-21 Thread Reinier Zwitserloot
Zujee, that's not how you solve this problem. Make the client download the properties from the server. Basically, have a simple servlet that takes one parameter and returns the appropriate properties, e.g. as a HashMap which you transfer via GWT- RPC. If you don't know what GWT-RPC is, its one

Re: load property file from a list of property files

2008-11-20 Thread Thomas Broyer
On 20 nov, 07:58, zujee [EMAIL PROTECTED] wrote: Hi, I have a number of property files according to our clients like myapp_compny1_en.propertis,myapp_compny2_en.propertis,...etc..etc.. For each compny , property files contents  might vary.. Can some one suggest me in which way i need to

Re: load property file from a list of property files

2008-11-20 Thread zujee
Yes.. I want deffered binding.. Bcoz according to each customer comes, we just want to add a property file for that customer. Not to compile the entire application. How can it be possible? Is there any example or sample document available which will help to achive that. pls help On Nov 20, 2:21 

load property file from a list of property files

2008-11-19 Thread zujee
Hi, I have a number of property files according to our clients like myapp_compny1_en.propertis,myapp_compny2_en.propertis,...etc..etc.. For each compny , property files contents might vary.. Can some one suggest me in which way i need to achive this... Currently im trying with