There will be some difference in the deployment if you want different
setting per deployment.

you could :

1. have the config stored in a properties file that the server knows
how to locate and send back to the GWT app in some fashion
2. Same as 1 except in a database
3. Same as 1 except the setting could be retreived from different server

The other option is that you package all possible setting in the same
war and your application has some eay to select which ones it needs at
application start time

What sort of settings are these ?

2008/9/2 Kihon <[EMAIL PROTECTED]>:
>
> Hi all,
>
> I need to be able to configure my GWT application - eg provide it with
> configurable parameters for different installations. I am planning on
> deploying the application as a war file, and ideally dont want to have
> to change the war file per installation. Is there any easy way of
> setting up a configuration file?
>
> One method would be to have the config file in a known or relative
> URL. The other option would be to include a configuration section
> within the application, which can be used to set the appropriate
> parameters.
>
> Any other suggestions?
>
> Thanks
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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