I usually use Commons Configuration to manage my application configurations. I used the configuration of the property files. Now I am interested in using JNDIConfiguration, but I canβt understand how this works when reading or searching documentation.
Contextualization, I work in webapps running in JBoss AS.
Where will the properties be stored? In file? some tables in the database?
I would be grateful for any guide at this level, even if it takes the form of links, where I can read valuable information about it.
As a final note, my goal is to free me from the link to the file with hard code for my properties, but also not to force me to have my own config in the database tables. If you have any suggestions on how to do this in another way, you are free to share.
source
share