In our first blog of headless series, we discussed different approaches to enable headless for AEM existing sites. We emphasized on one approach to use sling exporters and traditional templates. Let's discuss changes required to get this approach working. Key points of the approach Any application/service can make HTTP calls...
Introduction AEM Headless is a way to expose AEM content, specifically page content in some form like JSON or XML which can be consumed by any application or service. We have plenty of options available when we think of AEM as headless, and we can suggest these options as per client requirements. Some of them are SPA editors along...
What is Headless CMS CMS consist of Head and Body. Body is where the content is stored and head is where it is presented. In Headless CMS the body remains constant i.e. in our case it will be AEM but there is no head, meaning we can decide the head on our own. This does not mean that you don't want or need a head (presentation), it's...