How to start AEM in debug mode

July 22, 2022 Sagor Chowdhuri 2

During development, debugging your application can be very useful in determining the location of defects, evaluating expressions, and understanding the overall flow of the application. Your AEM application may consist of many Models, Services, Servlets, and Schedulers you have the […]

Difference between sly data-sly-test and div data-sly-test in Sightly/HTL

October 31, 2023 Sagor Chowdhuri 0

1. The sly will unwrap itself automatically when the expression in data-sly-test evaluates to true. For Example: <sly data-sly-test=”true”>foo</sly> will render foo 2. The div will not unwrap automatically. For Example: <div data-sly-test=”true”>foo</sly> will render <div>foo</div> 3. If you use data-sly-unwrap the div tag will unwrap. sly is just a shorthand. For […]

Overlay vs Override in AEM as Cloud Service

October 30, 2023 Sagor Chowdhuri 0

There are two ways to extend or customize OOTB functionality in AEM. Content 1. What is Overlay in AEM? Creating a custom component by copying a component from /libs/… folder to /apps/… folder and modifying it based on the need is called overlay in […]

Aem interview questions cloud

AEM Interview Questions – JCR Repository

April 21, 2023 Sagor Chowdhuri 0

JCR Repository In AEM 1. What is Sling in Repository AEM is built on top of Adobe’s CRX platform. CRX is a data storage system specifically designed for content-centric applications. AEM uses this content repository to store all its web content, […]

aem local setup

AEM local setup in Mac or Windows

April 5, 2023 Sagor Chowdhuri 0

This document covers the setup of AEM as a Cloud Service Content 1. AEM local setup Minimum System Requirements. 2. AEM local setup prerequisite. 3. How to setup AEM local instance. 4. Example of AEM local setup. For Mac: Open […]

Set Environment Variable in Windows

March 29, 2023 Sagor Chowdhuri 0

Content 1. How to set environment variable in windows 2. Example to set environment variable in windows 1. Search for the “System Environment” in windows search and open it. 2. Open the “Advanced” tab and click on the “Environment Variables” […]

Aem interview questions cloud

AEM Interview Questions – Sling

March 24, 2023 Sagor Chowdhuri 0

Sling In AEM 1. What is Sling in AEM AEM is built using Sling, a Web application framework based on REST principles that provide easy development of content-oriented applications. Sling uses a JCR repository, such as Apache Jackrabbit, or in […]

Aem interview questions cloud

AEM Interview Questions – OSGI

March 23, 2023 Sagor Chowdhuri 0

AEM Introduction 1. What is OSGI in AEM The OSGi Alliance, formerly known as the Open Services Gateway initiative. The OSGi specification describes a modular system and a service platform for the Java programming language that implements a complete and […]

Aem interview questions cloud

AEM Interview Questions – Overview

August 3, 2022 Sagor Chowdhuri 1

AEM Introduction 1. What is AEM Adobe Experience Manager (AEM) is an enterprise-grade web content management system with a wide array of powerful features. With AEM people in your organization can: Author and publish websites. This is achieved using two […]