ConfigurationAdmin - Access OSGi configuration of other services by Adobe Experience Manager Blog Abstract In this article we will explore ConfigurationAdmin interface. Service for administering configuration data. ConfigurationAdmin is a dictionary of properties. To identify a target service’s di...
Editing jcr:data/binary/rendition in AEM by Adobe Experience Manager Blog Abstract Sharing a code snippet to update a Binary file stored in AEM. Here, we are updating a binary file stored as jcr:data in the original rendition. package com.techrevel.dam.core.workflows; import java.io.BufferedRead...
Day 20 - Queries In AEM (Part II) by Red Quark Abstract Hey fellow devs ! Welcome to today’s post. In the previous post, we learnt concepts of queries in AEM. Building on that knowledge, we will now create a simple search bar that will take an input and queries the search term in the JCR reposito...
Day 19 - Queries In AEM (Part I) by Red Quark Abstract Hello good people ! Welcome to yet another day of AEM Developer Series. Today, we are going to discuss Queries in AEM. Search functionality is the backbone of almost all the enterprise web applications and AEM is no exception. AEM provides th...
AEM Maven Archetype 24 loaded with CIF by AEM Queries & Solutions Abstract Hello AEM Techies, Some good news for the developers using CIF in AEM. Adobe has recently released the maven archetype 24 which solves your problem of installing CIF core components over your project archetype. Let’s underst...
Currently we are using selenium to create pages and published using author instance. will it be possible to create aem pages programatically without rersource resolver(session) - where as we are reading CRX node and properties infinity json data using external user, using same session can we create ...
With the onset of AEM 6.x, Adobe introduced a new modern-looking authoring framework known as touch-oriented interface or Touch UI. Its underlying Granite framework delivers excellent options for authoring on any type of device. You can arrange complex editing dialogs however you like, enjoy the sam...
Consider this:I have added an Asset at 12, with expiry time for 2 pm today. Then when should i get the pre-expiry notification and post expiry notification?My expiry notification config values are:time based scheduler with cron expression 0 */30 * ? * *prior notification is set to 360.This thing is ...
Optimizing AEM Search Queries by Stories by Chris Lotton on Medium Abstract Is your AEM site suffering from slow search queries? Are your queries properly indexed? Have you tested your query performance using AEM’s built in tools? Search performance can make or break a site’s experience, especiall...