I am really confused and hoping someone can give some direction. I am working on a GWT Spring application and want to store some application specific data in an xml config file which can be accessed on the server side. How and where should I store this and how can I access this data.
I want to do the same thing that the appSettings.config does in c#.net.
thanks.