You can use ConfigurationAdmin and get the properties using pid of the service from where you need to read the propertiesex:@ReferencePrivate ConfigurationAdmin config;Configuration config = configAdmin.getConfiguration(<pid>);
There was only option of developing mobile sites in AEM 5.6.1 . Integration with Phonegap app got introduced in 6.0 and integrated in 6.1 as Anthony mentioned
Basically, when an item is sent for review via workflow, approvers will hit the page, they can use 'diff' option from the sidekick see the changes. Now go back to workflow and approve or disapprove the changes.
Users and Groups, you can publish. But what type of ACLs are you looking to publish ??There is nothing OOB, you may have to write a script to package the ACLs and put it on publish instance.
Ideal way to do it to update the ACLs on all 50 groups where the users belongs to. Other thing I can think of using cURL commands to update the permissions on the groups and that would be quick. refer [1] for the sameHowever, alternate is to create one group with the denied ACL for a path and add al...
yes... rollout will happen only for the live copies if you have configured the 'rollout config' else it wont. So if you dont have any rollout config when you create a live copy, then a change will not be pushed to live copies
Overriding and Inheritance are used extensively in AEM and its purely depends on your objective.1. Overriding - If you want to make the changes on the existing behavior of a component, then you can copy , paste to your project and do all your changes. This gives you the initial platform to build you...