Custom Responsive grid/Layout container


Responsive Layouting allows user to create web pages that have a layout and dimensions dependent on the devices their users use. Sharing steps to create and configure a custom responsive grid in AEM to meet diverse business needs

Default component configurations via Conf Nodes


Have you faced issue of design dialog configurations being overwritten by deployment? Starting AEM 6.1, AEM provides ability to avoid design configuration overwrite, by extracting configurations from /etc to /conf. Example: Lets consider a scenario where business had requested a default title 'Contact Us' for a component. Few months later, they change the title to 'Contact … Continue reading Default component configurations via Conf Nodes

ResourceChangeListener v/s Sling Event


With introduction of ResourceChangeListener, this blog is an effort to help developers choose between ResourceChangeListener and Sling Event for an implementation. ResourceChangeListener: pros: Can be configured to listen to only specific paths. Multiple watch paths can also be configured to provide it a more granular approach. For a bulk operation concerning N resources, listener will be executed … Continue reading ResourceChangeListener v/s Sling Event