QuestionQ10

Designing a solution architecture

How does AEM deliver the page model to a Single Page Application (SPA)?

  • A The SPA requests the HTML from AEM usimg HTL or JSP
  • B The SPA requests the structure through the DOM
  • C The SPA requests the page model from the Content Services.
  • D The SPA page model is provided in client libraries.
Explanation

AEM Content Services exposes the page model as JSON for consumption by SPA applications. The AEM SPA Editor architecture builds on Content Services, and the SPA retrieves a .model.json representation that drives the application.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!