documentation aem headless. Developer. documentation aem headless

 
 Developerdocumentation aem headless  Topics: Developer Tools View more on this topic

You can go to the Style or Submission tabs to select a different theme or submit action. In the upper-right corner of the page, click the Docs link to show in-context documentation so you can build your queries that adapt to your own models. This journey is designed for the translation specialist persona, often referred to as the Translation Project Manager or TPM. Name the model Hero and click Create. Documentation AEM AEM Tutorials AEM Headless Tutorial AEM Headless deployments AEM Headless client deployments take many forms; AEM-hosted SPA, external SPA,. Created for: Beginner. Welcome to the multi-part tutorial for developers looking to augment an existing React-based (or Next. Documentation AEM 6. The journey may define additional personas with which the translation specialist must interact, but the point-of. 5 AEM Headless Journeys AEM Headless Journeys. Documentation. For publishing from AEM Sites using Edge Delivery Services, click here. It’s ideal for getting started with the basics. Example applications are a great way to explore the headless capabilities of Adobe Experience Manager (AEM). Set up headless content delivery and management in AEM by Jeremy Lanssiers Overview We set up headless content delivery and headless content management by using AEM’s GraphQL to deliver and Assets API to manage content (via Content Fragments). In today’s series, we’re going to take a look at modeling basics in Adobe Experience Manager by first looking at the WKND Site. Documentation AEM AEM Tutorials AEM Headless Tutorial Configure AEM for SPA Editor and Remote SPA. Dispatcher filters. React environment file React uses custom environment files , or . References to other content, such as images or other Content Fragments can be dynamically inserted in-line within the flow of the text. An end-to-end tutorial illustrating how to build-out and expose content using AEM Headless. Adobe Experience Manager as a Cloud Service uses AEM Publish Dispatcher filters to ensure only requests that should reach. At the beginning of the AEM Headless Content Author Journey the Content Modeling Basics for Headless with AEM covered the basic concepts and terminology relevant to authoring for headless. learn about headless technology and why you would use it. Last update: 2023-06-23. This journey lays out the requirements, steps, and approach to translate headless content in AEM. AEM 6. The following Documentation Journeys are available for headless topics. AEM Headless Translation Journey - This documentation journey gives you a broad understanding of headless. Once headless content has been translated,. Hello and welcome to the Adobe Experience Manager Headless Series. The AEM Headless quick setup gets you hands-on with AEM Headless using content from the WKND Site sample project, and a sample React App (a SPA) that consumes the content over AEM Headless GraphQL APIs. AEM’s GraphQL APIs for Content Fragments. x. Rich text with AEM Headless. This Web Component application demonstrates how to query content using AEM’s GraphQL APIs using persisted queries and render a portion of UI, accomplished using pure JavaScript. 5 AEM Headless Journeys Authoring for Headless with Adobe Experience Manager Authoring for Headless with AEM - An Introduction In this part of the AEM Headless Content Author Journey , you can learn the (basic) concepts and terminology necessary to understand authoring content for headless content delivery. In this video you will: Learn how to use Content Fragments references to link one or more Content Fragments. Q: “How is the GraphQL API for AEM different from Query Builder API?” A: “The AEM GraphQL API offers total control on the JSON output, and is an industry standard for querying content. This tutorial builds upon the WKND GraphQL App , a React app that consumes AEM Content Fragment content over AEM’s GraphQL APIs, however does not provide any in. Learn how to integrate AEM Headless with Adobe Target, by exporting AEM Content Fragments to Adobe Target, and use them to personalize headless experiences using the Adobe Experience Platform Web SDK’s alloy. 5 AEM Headless Journeys Learn Authoring Basics. React app with AEM Headless View the source code on GitHub A full step by step tutorial describing how this React app. Last update: 2023-06-27. How to create headless content in AEM. For Java and WebDriver, use the sample code from the AEM Test Samples repository. For a step-by-step guide to creating your own SPA, see the Getting Started with the AEM SPA Editor - WKND Events Tutorial. We’ll cover retrieving Content Fragment data from AEM’s GraphQL APIs and displaying it in the React app. This server-to-server application demonstrates how to query content using AEM’s GraphQL APIs using persisted queries and print it on terminal. 5 AEM Headless Journeys Learn Authoring Basics. The Story So Far. The Headless implementation of AEM uses Content Fragments Models and Content Fragments to focus on the creation of structured, channel-neutral, and reusable fragments of content and their cross-channel delivery. 5. AEM Headless supports a offset/limit and cursor-based pagination queries to smaller subsets of a larger result set. Deploying a SPA that interacts AEM in a headless manner involves hosting the SPA and making it accessible via a web browser. Cross-origin resource sharing (CORS) Last update: 2023-09-28. AEM provides AEM React Editable Components v2, an Node. Learn how to create and publish a headless form using Adobe Experience Manager's adaptive forms in this step-by-step guide. In the previous document of the AEM headless journey, Path to Your First Experience Using AEM Headless, you then learned the steps needed to implement your first project. Content Fragment Models are generally stored in a folder structure. Second, since it favors a single request architecture, it allows us to avoid multiple queries to Adobe Experience Manager. 5 AEM Headless Journeys Learn Content Modeling Basics. Adobe Experience Manager projects can be implemented in both headful and headless models, but the choice is not binary. Then Getting Started with AEM Headless as a Cloud Service described AEM Headless in the context of your own project. 2:. The React app should contain one. Create Project. js (JavaScript) AEM Headless SDK for Java™. Learn about headless technologies, what they bring to the user experience, how AEM supports headless models, and how to implement your own headless development project from A to Z. Start building dynamic, responsive forms that work seamlessly across devices with Adobe Experience. The GraphiQL tool enables developers to create and test queries against content on the current AEM environment. APIs View more on this topic. Run the following command to build and deploy the entire project to AEM: $ mvn clean install -PautoInstallSinglePackage. Content models. AEM Headless Translation Journey - This documentation journey gives you a broad understanding of headless technology, how AEM serves headless content, and how. Select Create. Open the Program containing the AEM as a Cloud Service environment to integrate set up the Service Credentials for. js app. Last update: 2023-10-02. Then the Content Fragments Models can be created and the structure defined. The GraphQL API in AEM is primarily designed to deliver AEM Content Fragment’s to downstream applications as part of a headless deployment. This journey is designed for the translation specialist persona, often referred to as the Translation Project Manager or TPM. Select main from the Git Branch select box. In Edit mode, add the Card component to the Layout Container: Drag and drop an image from the Asset finder onto the Card component: Open the Card component dialog and notice the addition of a Text Tab. Navigate to the Software Distribution Portal > AEM as a Cloud Service. If you require a basic introduction to creating Content Fragment Models, please see the appropriate chapter in the basic tutorial. Persisted GraphQL queries. This end-to-end tutorial continues the basic tutorial that covered the fundamentals of Adobe Experience Manager (AEM) Headless and GraphQL. This video series explains Headless concepts in AEM, which includes-. After reading it, you can do the following:Hello and welcome to the Adobe Experience Manager Headless Series. The latest version of AEM and AEM WCM Core Components is always recommended. This is a critical configuration when using SPA Editor, since only AEM Components that have mapped SPA component counterparts are render-able by the SPA. In a headless setup, the presentation system (the head) is decoupled from the content management (the tail). The Story So Far. Learn about the different data types that can be used to define a schema. Prior to starting this tutorial ensure the following AEM instances are installed and running on your local machine:Now that we have a high level view of GraphQL, let’s look at why it was introduced into Adobe Experience Manager. The AEM Headless Client for JavaScript contains an AEM Headless client that makes HTTP requests to AEM’s GraphQL APIs. 5 AEM Headless Journeys Learn Content Modeling Basics. Navigate to Tools > General > Content Fragment Models. Ensure you adjust them to align to the requirements of your. js (JavaScript) AEM Headless SDK for Java™. Learn about the architecture of AEM Forms Headless Adaptive Forms and how it can help you quickly build forms for various platforms. Review existing models and create a model. Hello and welcome to the Adobe Experience Manager Headless Series. An end-to-end tutorial illustrating how to build-out and expose content using AEM Headless. js. If you require a basic introduction to creating Content Fragment Models, please see the appropriate chapter in the basic tutorial. Topics: Developer Tools View more on this topic. Documentation AEM 6. Log into AEM and from the main menu select Tools -> Assets -> Content Fragment Models. The most common deployment pattern with AEM headless applications is to have the production version of the application connect to an AEM Publish service. Select Save. Tap or click on the folder for your project. Q: “How is the GraphQL API for AEM different from Query Builder API?” A: “The AEM GraphQL API offers total control on the JSON output, and is an industry standard for querying content. Navigate to Tools > General > Content Fragment Models. The <Page> component has logic to dynamically create React components based on the. In this case, /content/dam/wknd/en is selected. Last update: 2023-08-16. The Create new GraphQL Endpoint dialog box opens. AEM React Editable Components work with both SPA Editor or Remote SPA React apps. In the future, AEM is planning to invest in the AEM GraphQL API. AEM Forms Headless Adaptive Forms provide a fast and efficient way to create forms for various platforms including Headless or Headful CMS, React applications, Single Page Applications (SPA), Web Apps, Mobile apps, Amazon Alexa, Google Assistant, WhatsApp, and more. Confirm with Create. Navigate to Navigation -> Assets -> Files. In this video you will: Learn how to use Content Fragments references to link one or more Content Fragments. The benefit of this approach is cacheability. After selecting this you navigate to the location for your model and select Create. Browse the following tutorials based on the technology used. This involves structuring, and creating, your content for headless content delivery. Ensure only the components which we’ve provided SPA. Headless Authoring Journey - Start here for a guided journey through the powerful and flexible headless features of AEM, their capabilities, and how. The HTTP GET requests from the headless app to AEM’s GraphQL APIs must be configured to interact with the correct AEM service, as. Learn how AEM can go beyond a pure headless use case, with. Objective. Meet our community of customer advocates. Select aem-headless-quick-setup-wknd in the Repository select box. In the previous document of the AEM headless translation journey, Learn about headless content and how to translate in AEM you learned the basic theory of what a headless CMS is and you. Created AEM pages to supporting authoring of two specific routes in the SPA (Bali Surf Camp and Beervana in Portland) Authored content on the dynamic Bali Surf Camp route! You’ve now completed exploring the first steps of how AEM SPA Editor can be used to add specific editable areas to a Remote SPA! Hello and welcome to the Adobe Experience Manager headless video series. The WKND Site is an Adobe Experience Manager sample reference site. Developer. Build complex component. Deploying a SPA that interacts AEM in a headless manner involves hosting the SPA and making it accessible via a web browser. The following are examples of possible approaches for constructing URLs for AEM GraphQL API and image requests, for several popular headless frameworks and platforms. You have learned the basics of Headless CMS Authoring, with an introduction to authoring with AEMaaCS and in particular, authoring Content Fragments. This allows developers to place SPA Editor-compatible components into the SPA views, and allow users to author the components’ content in AEM SPA Editor. Experience Fragments are fully laid out. The GraphQL API in AEM is primarily designed to deliver AEM Content Fragment’s to downstream applications as part of a headless deployment. Using a REST API introduce challenges: Tutorials by framework. In the Content Fragment Editor, the multi-line text field’s menu bar provides authors with standard rich text formatting capabilities, such as bold, italics, and underline. Additional resources can be found on the AEM Headless Developer Portal. Created for: Intermediate. Documentation AEM AEM Tutorials AEM Headless Tutorial CORS configuration for AEM GraphQL. 5 AEM Headless Journeys Learn Authoring Basics. GraphQL API View more on this topic. Created for: Intermediate. Developer. Get started with Adobe Experience Manager (AEM) and GraphQL. They can be used to access structured data, including texts, numbers, and dates, amongst others. At the beginning of the AEM Headless Content Author Journey the Introduction covered the basic concepts and terminology relevant to authoring for headless. This is the same framework used to translate other AEM content, such as Pages, Experience Fragments, Assets, and Forms. 5 the GraphiQL IDE tool must be manually installed. Developer. The AEM Headless SDK is available for various platforms: AEM Headless SDK for client-side browsers (JavaScript) AEM Headless SDK for server-side/Node. React is a popular JavaScript library for building user interfaces, known for its simplicity, reusability, and component-based architecture. A “Hello World” Text component displays, as this was automatically added when generating the project from the AEM Project archetype. AEM Headless as a Cloud Service. Learn how to create relationships between Content Fragment Models in Adobe Experience Manager (AEM) and how to leverage these relationships in GraphQL queries. It’s ideal for getting started with the basics. A primary use case for The Adobe Experience Manager as a Cloud Service (AEM) GraphQL API for Content Fragment Delivery is to accept remote queries from third-party applications or services. The zip file is an AEM package that can be installed directly. Click into the new folder and create a teaser. Advanced Modeling for GraphQL. The AEM Headless Client for JavaScript is used to execute the GraphQL persisted queries that power the app. x. Headless Authoring Journey - Start here for a guided journey through the powerful and flexible headless features of AEM, their capabilities, and how to model your. This journey lays out the requirements, steps, and approach to translate headless content in AEM. Navigate to Tools -> Assets -> Content Fragment Models. AEM Headless GraphQL Video Series. Developer. Adobe Experience Manager as a Cloud Service’s Cross-Origin Resource Sharing (CORS) facilitates non-AEM web properties to make browser-based client-side calls to AEM’s GraphQL APIs, and other AEM Headless resources. Learn how to deep link to other Content Fragments within a. Select WKND Shared to view the list of existing. . The following are examples of possible approaches for constructing URLs for AEM GraphQL API and image requests, for several popular headless frameworks and platforms. AEM Forms Headless Adaptive Forms provide a fast and efficient way to create forms for various platforms including Headless or Headful CMS, React applications, Single Page Applications (SPA), Web Apps, Mobile apps, Amazon Alexa, Google Assistant, WhatsApp, and more. Documentation AEM AEM Tutorials AEM Headless Tutorial CORS configuration for AEM GraphQL. Content Fragments and Experience Fragments are different features within AEM:. In the future, AEM is planning to invest in the AEM GraphQL API. They can be requested with a GET request by client applications. When authorizing requests to AEM as a Cloud Service, use. This article provides. Tap or click Create. Documentation AEM AEM Tutorials AEM Headless Tutorial Build a complex Image List component - AEM Headless first tutorial. Cross-origin resource sharing (CORS) Last update: 2023-09-28. supports headless CMS scenarios where external client applications render experiences using content managed in AEM. Hello and welcome to the Adobe Experience Manager Headless Series. With a headless implementation, there are several areas of security and permissions that should be addressed. These remote queries may require authenticated API access to secure headless content. In today’s series, we’re going to take a look at modeling basics in Adobe Experience Manager by first looking at the WKND Site. The WKND Site is an Adobe Experience Manager sample reference site. Author and Publish Architecture. Learn about headless technologies, what they bring to the user experience, how AEM. Cross-origin resource sharing (CORS) Last update: 2023-09-28. At the beginning of the AEM Headless Content Author Journey the Content Modeling Basics for Headless with AEM covered the basic concepts and terminology relevant to authoring for headless. Tap the checkbox next to the. Let’s create some Content Fragment Models for the WKND app. Learn how to model content and build a schema with Content Fragment Models in AEM. Create Content Fragment Models. The journey may define additional personas with which the translation specialist must interact, but the point-of-view for. This multi-part tutorial walks through the implementation of a React application for a fictitious lifestyle brand, the WKND. React environment file React uses custom environment files , or . js) Remote SPAs with editable AEM content using AEM SPA Editor. Quick links. AEM Headless Translation Journey - This documentation journey gives you a broad understanding of headless technology, how AEM serves headless content, and how you can translate it. The preview experience links the AEM Author’s Content Fragment editor with your custom app (addressable via HTTP), allowing for a deep link into the app that renders the Content Fragment being previewed. How to create. AEM Headless single-page app (SPA) deployments involve JavaScript-based applications built using frameworks such as React or Vue, that consume and interact with content in AEM in a headless manner. Learn how to model content and build a schema with Content Fragment Models in AEM. Documentation AEM AEM Tutorials AEM Headless Tutorial Advanced Modeling for GraphQL. Let’s take a look at the learning objectives for this tutorial. It’s ideal for getting started with the basics. View the source code on GitHub. Adobe Experience Manager as a Cloud Service’s Cross-Origin Resource Sharing (CORS) facilitates non-AEM web properties to make browser-based client-side calls to AEM’s GraphQL APIs, and other AEM Headless resources. Opening the multi-line field in full screen mode enables additional formatting tools like Paragraph type, find and replace, spell check, and more. Next, deploy the updated SPA to AEM and update the template policies. Navigate to Navigation -> Assets -> Files. Deploying a SPA that interacts AEM in a headless manner involves hosting the SPA and making it. Create Content Fragments based on the. The focus lies on using AEM to deliver and manage (un. js application run from the command line to update asset metadata on AEM as a Cloud Service using Assets HTTP API. In the folder’s Cloud Configurations tab, select the configuration created earlier. AEM Headless Translation Journey - This documentation journey gives you a broad understanding of headless technology, how AEM serves headless content, and how you can translate it. This tutorial walks through the implementation of a Angular application for a fictitious lifestyle brand, the WKND. Download Advanced-GraphQL-Tutorial-Starter-Package-1. Created for: Intermediate. Once headless content has been. Create Content Fragment Models. The Story so Far. Documentation AEM AEM Tutorials AEM Headless Tutorial Add editable fixed components to a Remote SPA. AEM as a Cloud Service lets you capitalize on the AEM applications in a cloud-native way, so that you can: Scale your DevOps efforts with Cloud Manager: CI/CD framework, autoscaling, API connectivity, flexible deployment modes, code quality gates, service delivery transparency, and guided updates. If you require a basic introduction to creating Content Fragment Models, please see the appropriate chapter in the basic tutorial. Wrap the React app with an initialized ModelManager, and render the React app. Topics: Developer Tools Learn how to create and publish a headless form using Adobe Experience Manager's adaptive forms in this step-by-step guide. In this chapter, we replace the Home view’s title, “Current Adventures”, which is hard-coded text in Home. We’ll cover retrieving Content Fragment data from AEM’s GraphQL APIs and displaying it in the React app. Documentation AEM 6. For further details, see our. On the Source Code tab. You can also modify a storybook example to preview a Headless adaptive form. The examples below use small subsets of results (four records per request) to demonstrate the techniques. Content Fragments in Adobe Experience Manager (AEM) provide a structured approach to managing content. By leveraging AEM Headless APIs, you can retrieve content, assets, and data from your AEM instance and use them to power your React application. Content Fragments in Adobe Experience Manager (AEM) provide a structured approach to managing content. Learn about AEM’s GraphQL capabilities through the in-depth walk-through of Content Fragments and and AEM’s GraphQL APIs and development tools. Connectors User GuideIn the previous chapter, you created and updated persisted queries using GraphiQL Explorer. A Content author uses the AEM Author service to create, edit, and manage content. This is the same framework used to translate other AEM content, such as Pages, Experience Fragments, Assets, and Forms. Tap Create > Adaptive Forms. This article builds on these so you understand how to create your own Content Fragment Models for your AEM headless. AEM Documentation Journeys In this chapter of Advanced concepts of Adobe Experience Manager (AEM) Headless, learn how to edit a Content Fragment Model by adding tab placeholders, date and time, JSON objects, fragment references, and content references. . See the Configuration Browser documentation for more information. It’s ideal for getting started with the basics. This is the same framework used to translate other AEM content, such as Pages, Experience Fragments, Assets, and Forms. Hello and welcome to the Adobe Experience Manager Headless Series. View the source code on GitHub. Last update: 2023-04-21. js) Remote SPAs with editable AEM content using AEM SPA Editor. If you require a basic introduction to creating Content Fragment Models, please see the appropriate chapter in the basic tutorial. Persisted queries are GraphQL queries that are created and stored on the Adobe Experience Manager (AEM) server. Example applications are a great way to explore the headless capabilities of Adobe Experience Manager (AEM). It’s ideal for getting started with the basics. js application is invoked from the command line. The Story So Far. Understand how to build and customize experiences using AEM’s powerful features by exploring these development and deployment topics. The Story so Far. Looking for a hands-on. Start building dynamic, responsive forms that work seamlessly across devices with Adobe Experience Manager Headless Adaptive. Created for: Developer. Documentation AEM AEM Tutorials AEM Headless Tutorial Dispatcher filters for AEM GraphQL. After the folder is created, select the folder and open its Properties. This article provides insights into how Headless Adaptive Forms work, and how they can be integrated with different applications to simplify the form building process. Where can I get a preview a Headless adaptive form? You can use the starter app to render and preview a custom Headless adaptive form. All in AEM. AEM 6. AEM Headless Translation Journey - This documentation journey gives you a broad understanding of headless technology, how AEM serves headless content, and how you can translate it. Topics: Developer Tools View more on this topic. For further details about the dynamic model to component mapping and. Hello and welcome to the Adobe Experience Manager Headless Series. Time; Headless Developer Journey: For developers new to AEM and headless technologies, start here for a comprehensive introduction to AEM and its headless features from the theory of headless through going live with your first headless project. Last update: 2023-05-17. 5 AEM Headless Journeys Learn Authoring Basics. AEM’s headless features. A collection of documentation journeys describing how to use Adobe Experience Manager as a Headless CMS. The HTTP GET requests from the headless app to AEM’s GraphQL APIs must be configured to interact with the correct AEM service, as. In this chapter, you use the GraphiQL Explorer to define more advanced queries to gather data of the Content. This server-to-server application demonstrates how to query content using AEM’s GraphQL APIs using persisted queries and print it on terminal. An end-to-end tutorial illustrating how to build-out and expose content using AEM Headless. Documentation AEM AEM Tutorials AEM Headless Tutorial Create Project | Getting Started with the AEM SPA Editor and React. Hello and welcome to the Adobe Experience Manager Headless Series. This allows developers to place SPA Editor-compatible components into the SPA views, and allow users to author the components’ content in AEM SPA Editor. AEM Headless Translation Journey - This documentation journey gives you a broad understanding of headless technology, how AEM serves headless content, and how you can translate it. Headless Developer Journey: Explore this guided journey through the powerful and flexible headless features of AEM to prepare for your first headless project. Command line parameters define: The AEM as a Cloud Service Author. In today’s series, we’re going to take a look at modeling basics in Adobe Experience Manager by first looking at the WKND Site. GraphQL API View more on this topic. Deploying a SPA that interacts AEM in a headless manner involves hosting the SPA and making it accessible via a web browser. Browse the following tutorials based on the technology used. Ensure you adjust them to align to the requirements of your project. The Wizard opens. Tap Home and select Edit from the top action bar. First, it provides efficient delivery of content fragments for your headless clients. References to other content, such as images or other Content Fragments can be dynamically inserted in-line within the flow of the text. The WKND Site is an Adobe Experience Manager sample reference site. Resource Description Type Audience Est. 4. Where can I get a preview a Headless adaptive form? You can use the starter app to render and preview a custom Headless adaptive form. The preview experience links the AEM Author’s Content Fragment editor with your custom app (addressable via HTTP), allowing for a deep link into the app that renders the Content Fragment being previewed. This React application demonstrates how to query content using AEM’s GraphQL APIs using persisted queries. Slider and richtext are two sample custom components available in the starter app. The following configurations are examples. Deploying a SPA that interacts AEM in a headless manner involves hosting the SPA and making it accessible via a web browser. AEM Headless Translation Journey - This documentation journey gives you a broad understanding of headless technology, how AEM. Developer. Start here for a guided journey through the powerful and flexible headless features of AEM, their capabilities, and how to leverage them on your project. View more on this topic. Navigate to Tools > General > Content Fragment Models. The HTTP GET requests from the headless app to AEM’s GraphQL APIs must be configured to interact with the correct AEM service, as. Included in the WKND Mobile AEM Application Content Package below. env files, stored in the root of the project to define build-specific values. Create Content Fragment Models. Get started with Adobe Experience Manager (AEM) and GraphQL. React environment file React uses custom environment files , or . In previous releases, a package was needed to install the GraphiQL IDE. . Understand how to build and customize experiences using AEM’s powerful features by exploring these development and deployment topics. They can be requested with a GET request by client applications. Select the language root of your project. This journey lays out the requirements, steps, and approach to translate headless content in AEM. The preview experience links the AEM Author’s Content Fragment editor with your custom app (addressable via HTTP), allowing for a deep link into the app that renders the Content Fragment being previewed. The execution flow of the Node. Documentation AEM AEM Tutorials AEM Headless Tutorial Chapter 2 - Using Content Fragment Models AEM Content Fragment Models define content schemas which can be. The two only interact through API calls. The configured AEM service’s host/domain is then used to construct the AEM GraphQL API URLs and Image URLs. This is the same framework used to translate other AEM content, such as Pages, Experience Fragments, Assets, and Forms. The Story so Far. 5. Topics: GraphQL API View more on this topic. At this point, you should have completed the entire AEM Headless Developer Journey and understand the basics of headless delivery in AEM including an understanding of: The difference between headless and headful content delivery. A modern content delivery API is key for efficiency and performance of Javascript-based frontend applications. In previous releases, a package was needed to install the GraphiQL IDE.