I'm not sure if this is possible but I'll ask the question anyway.
I currently have several services which are all wired up and working and make use of property files defining URLs, various strings and so on ... What I now want to do is create a configuration service that holds all of these properties centrally and offers an interface to allow remote requests for properties. Is it possible to keep the same basic wiring structure but instead of the spring container getting the properties from a local properties file on the server get them from a remote service ?
Thanks
Steve


Reply With Quote
