Expose AEM Page as a service | Community
Skip to main content
Level 2
March 11, 2021
Solved

Expose AEM Page as a service

  • March 11, 2021
  • 1 reply
  • 1041 views

Hello Community.

 

I want to get your thoughts, or you might know a similar solution to expose our current AEM pages or at least some elements/components to other applications. We know of content fragments, and experience fragments can do the trick. However, is there any implementation, solution, or plugin/s we might use to expose the page or an experience fragment as is (with HTML/CSS/JS elements and functions in it)? It is like making the page an iframe to another web application consumer smarter and more securely.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Shashi_Mulugu

@bluestella if you want to expose AEM page with intact AEM rendered html, you can directly share the AEM Page URL (via Dispatcher) to other teams which will have complete AEM page with CSS, JS, header, body and footer HTML. If you want to share any specific component in AEM to outside, you will not get the CSS, JS which will be from template but the you can expose RAW component html.

 

https://wknd.site/us/en.html

https://wknd.site/us/en/jcr:content/root.html

https://wknd.site/us/en/jcr:content/root/container.html

https://wknd.site/us/en/jcr:content/root/container/teaser.html

 

1 reply

Shashi_Mulugu
Community Advisor
Shashi_MuluguCommunity AdvisorAccepted solution
Community Advisor
March 11, 2021

@bluestella if you want to expose AEM page with intact AEM rendered html, you can directly share the AEM Page URL (via Dispatcher) to other teams which will have complete AEM page with CSS, JS, header, body and footer HTML. If you want to share any specific component in AEM to outside, you will not get the CSS, JS which will be from template but the you can expose RAW component html.

 

https://wknd.site/us/en.html

https://wknd.site/us/en/jcr:content/root.html

https://wknd.site/us/en/jcr:content/root/container.html

https://wknd.site/us/en/jcr:content/root/container/teaser.html