Is there any difference between read osgi config values versus read normal node property values
Hi All,
The article https://helpx.adobe.com/experience-manager/using/osgi_config.html talks about reading property values from sling:osgi config nodes.
1] Is it different from reading values from the ordinary jcr nodes , the reason being
a] We have made use of activate method. Not sure what is the exact purpose that it is serving here.
b] There are @Property annotations used.
And I guess these are nowhere made use of when reading ordinary jcr nodes [unlike details provided in http://aem.matelli.org/fetching-properties-from-dialogs/ ]
Any thoughts on this will be helpful.