Adobe

Manage Large Scale Redirects in AEM as a Cloud Service

Problem Statement We were migrating an old Salesforce-style knowledge base (URLs like /apex/ArticleDetails?) into AEM as a Cloud Service. Everything looked fine… until the business came back with a hard requirement: “We have ~300 legacy article links still floating around. None of them can break. Fix it.” That immediately pointed to one place: dispatcher rewrite […]

Adobe

Resolve Microsoft Word List Copy-Paste Issues in AEM RTE

Our client raised an issue stating the list conversion is not happening properly while copy-pasting the text from MS Word desktop App to RTE. When I explored, I found that the RTE component in AEM has mainly two paste modes (wordhtml and plaintext). Plain text mode scraps all the mark-up as the mode name suggests. […]

Adobe

Securing AEM as a Cloud Service with Traffic Filter and WAF Rules

In recent times, threats to web applications have become increasingly common, including Denial of Service (DoS), Distributed Denial of Service (DDoS), malicious traffic, such as bots, injection attacks, and the misuse of system resources. These threats, if successful, can lead to downtime, data breaches, and degraded user experience. And this is where AEM as a […]

Adobe

WebP Support for AEM On Prem

Working with enterprise CMS like AEM often means balancing between business requirements and platform limitations. Recently , I encountered a scenario where the client needed support for WebP images in the authoring interface. WebP is a modern image format developed by Google that provides superior lossy and lossless compression for images on the web. The […]

Adobe

How to Add Clientlibs at Page Level in AEM

Adobe experience manager(AEM) provides Client-Side Libraries which is a mechanism to logically organise and manage CSS and JavaScript files necessary for the sites. AEM by default provides flexibility to the authors to have control of adding Clientlibs at template level and developers have flexibility to add (hard code) Clientlibs up to component level. However, in […]

Adobe

Exporting AEP profile attributes and audience to Adobe Target

Adobe Target is a comprehensive solution within the Adobe Experience Cloud designed to customize and personalize customer experiences. It enables you to optimize revenue across web and mobile sites, apps, social media, and other digital channels. Data from multiple systems seamlessly integrates into Adobe Target, including Adobe Analytics, AEM, AEP, and others. Adobe Experience Platform […]

Anubhav Gupta
Anubhav Gupta
Read

Adobe

Integration of Adobe I/O Runtime With AEM

What is Adobe I/O Runtime? Adobe I/O Runtime is like a magic wand for developers. It’s a serverless computing platform, meaning developers can focus solely on writing code without worrying about managing servers or infrastructure. Think of it as a virtual playground where your code runs, triggered by specific events or actions. Use Case in […]

Megha Kumari
Megha Kumari
Read

Adobe

Adding Custom Attribute to Clientlibs Through Sling Transformers

What are Sling Transformers? Sling Transformers are basically OSGi services used within the Sling Rewriter framework to modify or transform the content of HTML or XML before it is rendered or delivered to the client. They are powerful when we need to manipulate the output content without modifying the original content structure. Key concepts of […]

Anup Rai
Anup Rai
Read

Adobe

A Guide to Adobe Cloud Manager’s Content Copy Tool

Introduction Adobe’s Cloud Manager Content Copy tool is an additional approach that aims to simplify the limitations of using CRX Package Manager / VLT RCP and handling huge volumes of content/DAM copy between AEM environments. The content copy tool in Cloud Manager helps AEM users to copy AMS-hosted AEM 6.x content from Production to Staging […]