I have a bean (Iconstant) which has all the constant declared. I have declared the bean definition in beans.xml
file. I want to load the bean property values from database. Basically, some of the values would be assigned in the beans.xml
file itself and i want some to be loaded from database itself. for eg, output location of a file.
I searched the internet, and all i could found is through propertyplaceholder.
So, is there any way to load the bean property value through Database ??