HomeStart Here › Glossary

Glossary

Purpose: Fast lookup of AEM terms with React-world anchors where one exists.

Who this page is for

AudienceWhy it matters to you
All engineersBookmark this — the first weeks are acronym-heavy

Platform terms

TermMeaningReact anchor
AEMAdobe Experience Manager — the CMS platform
JCRJava Content Repository — the tree-shaped content databasePersistent Redux store
OakThe JCR implementation used by AEMThe store's engine
SlingThe REST/web framework mapping URLs to content resourcesReact Router, but path = data
OSGiJava module system hosting backend servicesBackend module bundler with DI
FelixThe OSGi container implementation (see /system/console)
GraniteAdobe's foundation UI/platform layerPlatform design system
Coral UIThe admin UI component library (dialogs use it)Internal component library
CRXDE LiteIn-browser repository IDERedux DevTools for the JCR
DispatcherCaching/security web-server module in front of publishNginx + CDN
ReplicationMoving content author → publishDeploying state, not code
Reverse replicationPublish → author content flow (rare)

Content terms

TermMeaningReact anchor
ResourceAnything addressable in the repo (node, property, synthetic)A state slice with an address
sling:resourceTypeProperty linking content to the component that renders itComponent type in a config-driven renderer
Page / cq:PageA site page node with jcr:content payloadA route + its page component
ComponentRenderable unit: HTL + dialog + optional modelReact component
DialogAuthor-facing form defining a component's editable fieldsProps controls
Editable templateAuthor-manageable page structure + component policiesLayout component with allowed children
PolicyPer-template configuration of a component's optionsProp constraints
Content Fragment (CF)Structured, channel-neutral content (pure data)A typed JSON record
Experience Fragment (XF)Reusable authored page fragment (content + layout)Shared composed component
ClientLibManaged JS/CSS bundle with dependenciesWebpack bundle
DAMDigital Asset Management (/content/dam)Asset pipeline + store
TagTaxonomy label under /content/cq:tagsNormalised category IDs
MSM / Live CopyMulti Site Manager — inherited site copiesUpstream/downstream forks with sync
LaunchA future-dated copy of pages for staged editsLong-running content branch

Delivery & ops terms

TermMeaning
Run modeStartup flag set (author/publish/dev/stage/prod) selecting config
BundleA deployable OSGi jar (your Java code ships as bundles)
Content packageA zip of repository content/code installed via Package Manager
Sling Model ExporterRenders a Sling Model as JSON (headless delivery)
QueryBuilderAEM's high-level search API over the JCR
WorkflowModelled multi-step process over content (approvals, DAM processing)
Service Pack (SP)Cumulative AEM 6.5 patch release

Quick navigation