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 achive this...
> Currently im trying with immutableResourceBundle. Is thats the right
> approch? is there any thing i need to take when i put name for each
> property files?

How is the company "selected"?

If you package your app for each company and deploy them separately
(each company has its own version of the app), then its just a matter
of packaging.

Otherwise (deferred binding), you might want to write your own
generator (inheriting an existing one and adding your own logic to
select the appropriate properties file depending on the company for
the processed permutation)
--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@googlegroups.com
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