Hi.
Say I have a properties file declared somewhere in a similar fascin as this:
How do yo, from inside say a Controller implementation, access and write to this file?Code:<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="location"><value>/WEB-INF/jdbc.properties</value></property> </bean>


Reply With Quote