Posts

Showing posts with the label CDN & Caching

AEM as Cloud Service Dispatcher, CDN & Caching

  This article gives you insight about how dispatcher is maintained & configured, how content delivery network (CDN) is setup & finally how caching mechanism works.   Dispatcher In AEM as Cloud Service, A separate module is used for dispatcher configurations which will be part of maven project itself unlike in On-Premises where they were maintained separately.   Dispatcher Tools Dispatcher Tools are part of AEM as a Cloud Service SDK which can be downloaded from adobe “Software Distribution” portal. They provide ·        A vanilla structure (basic skeleton) containing the configuration files to include in a maven project for Dispatcher. ·        Tooling to validate dispatcher configurations for AEM as Cloud Service supported directives (A list of Whitelisted Directives in Cloud Service). ·        A Docker Image that brings up the Dispatcher locally.  ...