Adding new action to an AEM Assets Toolbar consists of 2 steps: Configure the new action for the toolbar Add a client library to execute some operation on clicking the action. In the following example, we are adding ability to publish and unpublish assets from the Collection view. Step 1: Resolving the location of toolbar … Continue reading Customizing AEM Toolbar
Tag: AEM
DS Annotation – Multiple implementation of Service
Define multiple implementations of a Service, and then execute all/specific implementation depending on the use-case.
DS annotations – Configuration Factory
OSGi Configuration factory for multiple service configurations with single implementation.
Apache Felix – Filtering service references
How to filter multiple service implentation references and get ONLY pre-defined implementation