Spring PropertySource and Environment
Cantor, Scott
cantor.2 at osu.edu
Fri May 2 17:45:34 EDT 2014
> Anyway, I don't know if this is useful, or solves any problems or makes things
> cleaner, but worth looking at. One advantage I think is that you could then
> just have generic boilerplate:
>
> <context:property-placeholder />
>
> declared once in each app context config XML, without referencing any
> specific 'location', etc.
I sent a note about this to Tom and Rod since it's more internal discussion at this point, but we actually may need to figure out how to do that, because right now we have some degree of disconnect between treating Windows paths as actual paths and treating them as file:/ URLs.
You can get away with some things when you use them as URLs that don't work when you try and do path weaving with the Path class.
I'm going to need to review what V2 is doing with IDP_HOME, if anything.
-- Scott
More information about the dev
mailing list