top of page

The AEM Maven
ma·ven \ ˈmā-vən \
: one who is experienced or knowledgeable
A blog about Adobe Experience Manager and AEMaaCS. Written by an AEM Maven.
Home: Welcome


Speed Up Your AEM Unit Tests
Back in December of 2022, I was working on an AEM 6.5 project. It was a typical project. Including the build time. Locally, I mitigated...
Juan Ayala
Jul 23, 20232 min read
558 views
0 comments


Testing Java HTTP Clients in AEM
As part of my job, I review a lot of code. One of the problems that I see often is that a lot of code gets written to integrate AEM with...
Juan Ayala
Mar 6, 20233 min read
800 views
0 comments


The Templated Container's Structure Resources
One of the first things you will learn about AEM's architecture are its three basic parts. The content repository, implemented by...
Juan Ayala
Dec 4, 20223 min read
141 views
0 comments


The Context-Aware Configuration Editor
You might be looking to create your own custom context-aware configurations. Or you might be dealing with existing ones like those for...
Juan Ayala
Nov 6, 20224 min read
1,590 views
1 comment


The Sling Model @Via Annotation
I love writing code. What I love more is writing less. That is why I like Sling models. I have written about leveraging its injectors....
Juan Ayala
Mar 14, 20223 min read
1,653 views
0 comments


AEM Unit Testing With Groovy & Spock
In my last post, I explored three different ways to use Groovy in our AEM projects. Using Groovy to build OSGi components, servlets and...
Juan Ayala
Feb 20, 20225 min read
700 views
0 comments


equals() & hashCode() & AEM Unit Testing
Make assertions easy by adding equals() and hashCode() to your Sling Models and POJOs.
Juan Ayala
Oct 25, 20215 min read
1,249 views
0 comments
Home: Blog2
bottom of page