AEM is built using Apache Sling, a web application framework based on REST principles that provide easy development for blogs. Sling uses the JCR (Java Content Repository) to resolve objects via a URL. This allows developers to easily customize and build web components. Apache Sling Architecture In order to understand…
AEM & JCR Folder Structure Explained Simply
Whenever you create an AEM application it must be comprised of a single AEM package. This package can contain sub-packages include things like code, JSON, etc. AEM requires a separation of content and code. A single package can’t contain both /app and runtime-writable areas (/content, /conf, /home, and /apps). AEM…