Hi all, I would like to manage a properties file in my bundle and I'm trying to understand which is the "Sling-way" to do this. Surely it's possible to deploy a JSON/XML node but I don't really like this way (and I think it isn't the only one). Reading the "Configuration support" page ( http://sling.apache.org/site/configuration.html) I understood that I can manage the properties file using OSGi mechanism (properties under conf/config.properties right?). Is it the best way in Sling? Or can I use something else?
-- Federico
