Skip to content

Pillar AEM Project

Brian Vaughn edited this page Jan 1, 2026 · 1 revision

The Open Source library for building out Adobe Expereince Manager websites.

Framework

A standard AEM project built using the AEM Maven Archetype for the site specific code and a set of common modules for elements that can be used across multiple AEM project.

Content Architecture

The goal is to build a website that utilizes headless concepts within a headful implementation. Build an authoring experience utilizing content fragments as the primary tool for authoring content. Define the components on a page based on the DAM structure and content fragments. Utilize AEM Sites for previewing pages and publishing workflows.

Component Development Philosophy

  • Build components using Sling Models, HTL markup and Content Fragments.

  • Utilize content fragment models to define the authorable elements of components.

  • Build pages based on the content fragments arranged to define the website.

Clone this wiki locally