I have some properties configured in my spring context with <context:property-placeholder>
. That works fine.
What is the best way to access a named property loaded like that, from outside of the spring context (where I have a reference to the spring ApplicationContext object).