Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

Exposing AEM content to XML/JSON format

Avatar

Level 3

We have a requirement to expose some user generated content to feed format, so that it can be consumed by third party. Any best practises around this sort of implementation? I can think only of applying authentication on the exposed content.

Any AEM OOTB features which can be used for implementing this feature? 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

Try [1] as ootb. If you need to implement it yourself follow Scott's recommendation.

Jörg

[1] http://localhost:4502/content/geometrixx/en/services.feed.html

View solution in original post

3 Replies

Avatar

Level 10

See this community article that talks about converting AEM content to JSON:

http://www.nateyolles.com/blog/2015/12/converting-aem-sling-resources-to-json

This will point you in the right direction.

Avatar

Level 3

The link to the blog post was broken, here is the working one: www.nateyolles.com/blog/2015/12/converting-aem-sling-resources-to-json  

Avatar

Correct answer by
Employee Advisor

Hi,

Try [1] as ootb. If you need to implement it yourself follow Scott's recommendation.

Jörg

[1] http://localhost:4502/content/geometrixx/en/services.feed.html