Welcome to SourcedCode.com

This AEM blog provides AEM tutorials and AEM solutions. We will cover new topics like experience fragments, personalisation, editable templates, Apache Sling, OSGI, and much more.

AEM Developers Courses 2023


Featured Posts

AEM Developers Courses 2023 That Really Helped Me

There are a couple of courses that I would like to share that have really helped me, not just in ...
Read More
/ AEM, Development

Advancing Your AEM Skills: Tips for Junior Developers

AEM has grown in popularity over the past few years, and AEM developers are in high demand as a result, ...
Read More
/ AEM

Transferable Skills to become an AEM Full Stack Developer in 2022

If you have worked on a backend project with technologies like Tomcat, JBoss, etc... and also worked on the front-end ...
Read More
/ AEM

How to use AEM JCR SQL2 query strings to query for nodes in Java Content Repository

JCR-SQL2 (Java Content Repository - Structured Query Language 2) is domain specific language used to query JCR nodes held in ...
Read More

Recent Posts

AEM Developers Courses 2023 That Really Helped Me

There are a couple of courses that I would like to share that have really helped me, not just in ...
Read Article
/ AEM, Development

jackrabbit-filter: Filter root’s ancestor ‘/etc/mobile/groups’

A mobile emulator is a tool used to test how a website or application will appear and function on a ...
Read Article
/ AEM, AEMaaCS

How to login to AEMaaCS Local Publish crx/de system/console

As an AEM developer working in the AEMaaCS environment, it's common to need to run AEMaaCS local author and publish ...
Read Article
/ AEM, AEMaaCS

What are AEM Content Fragments & it’s Use Cases

AEM Content Fragments, CF, are units of reusable and modular content in AEM that can be managed and shared across ...
Read Article
/ AEM, Content Fragment

JUNIT5: What Exactly is org.mockito.junit.jupiter.MockitoExtension and Sling Model Example

org.mockito.junit.jupiter.MockitoExtension is a JUnit 5 extension provided by the Mockito library. It allows you to use the Mockito framework to ...
Read Article
/ AEM, JUNIT, JUNIT5

AEM JUNIT5 with io.wcm.testing.mock.aem.junit5.AemContextExtension

io.wcm.testing.mock.aem.junit5.AemContextExtension is an extension for JUnit 5 that provides a way to run AEM (Adobe Experience Manager) unit tests with ...
Read Article
/ AEM, JUNIT, JUNIT5

Mocking Static Methods in JUNIT5

PowerMock is a Java framework that allows you to unit test code that uses static methods, constructors, and private methods ...
Read Article
/ AEM, JUNIT, JUNIT5

Advancing Your AEM Skills: Tips for Junior Developers

AEM has grown in popularity over the past few years, and AEM developers are in high demand as a result, ...
Read Article
/ AEM

error: immutable file ‘conf.d/dispatcher_vhost.conf’ has been changed!

While setting up Adobe Experience Manager (AEM) as a Cloud Service's dispatcher SDK on my local Mac machine, following this ...
Read Article
/ AEM, Dispatcher

AEM Programmatically Write/Update/Modify AEM JCR node property/properties

In this article, I will be presenting code snippets for how we can programmatically update AEM JCR nodes in AEM ...
Read Article
/ AEM, Development

JUnit 5: Mocking the HttpClient in Java

Unfortunately when building AEM backend logic, the org.apache.http.client.HttpClient is non-trivial to write unit tests. In my case, I scavenged across ...
Read Article
/ AEM, JUNIT, JUNIT5

Deploying Core Module of the AEM Project

For rapid AEM backend developer, we would like to build the AEM core module bundle to our running local AEM ...
Read Article
/ AEM, Deployment, Development

Create System | Service Users in AEM 6.5 with Code Configurations

In this article we will walk through how to configure your AEM project to have the AEM environment self configure ...
Read Article
/ AEM, Development, Sightly

resourceResolverFactory.getAdministrativeResourceResolver(null) WhiteList Bundle for Administrative Login

When working for organizations with the goal of migrating from AEM 6X to 6.5 or to AEM Cloud as a ...
Read Article
/ AEM, Development, Security

WCM Core Components Sling Models Interfaces Design

While reviewing Adobe's WCM Core components you may realize that the Sling model all have JAVA interfaces. Why do they ...
Read Article
/ AEM, Sling Models

Webpack Dev Server ^3.9.0 unable to POST (send data to server)

While working on the web pack dev server (version ^3.9.0), you may have changed some configurations with the proxy configuration, ...
Read Article
/ AEM, JavaScript
Back To Top