hsn
Aug 5th, 2012, 07:12 PM
i like hdp:configuration because you can type configuration strings directly into xml.
<hdp:configuration properties-ref="props" properties-location="cfg-1.properties, cfg-2.properties">
star=chasing
captain=eo
</hdp:configuration>
how to get instance of this (type Configuration) in application code, what is bean name created by hdp:configuration?
<hdp:configuration properties-ref="props" properties-location="cfg-1.properties, cfg-2.properties">
star=chasing
captain=eo
</hdp:configuration>
how to get instance of this (type Configuration) in application code, what is bean name created by hdp:configuration?