Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Any OOTB AEM component to read external url service for atom/rss feed?

Avatar

Level 2

Hello Everyone,

We have requirement to read external service for atom/rss feed in AEM and display in web page. Is there any OOTB component which reads external service for rss/atom feed and display in AEM web page?

 

Thanks in advance.

 

Regards,

Dharma

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @DharmaRaju,

 

I am afraid there is no such component OOTB available

 

List of core components:https://www.aemcomponents.dev/content/core-components-examples/library.html

 

You can write your custom service to access the RSS/ATOM feed

 

Reference URL: https://www.vogella.com/tutorials/RSSFeed/article.html

 

Hope this helps!

 

Thanks,

Kiran Vedantam.

View solution in original post

4 Replies

Avatar

Adobe Champion

Depending on the implementation specifics, maybe the Embed core component could do the trick for you. Otherwise I am not sure if any OOTB component capable of doing so.

Avatar

Community Advisor

@DharmaRaju ,

 

There is no such OOTB component which can fulfill your use case.You have to write custom services to achieve the required functionality.

Please find the https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rss-feed-creation-for-aem-...

 

 

Thanks,

Aruna

Avatar

Correct answer by
Community Advisor

Hi @DharmaRaju,

 

I am afraid there is no such component OOTB available

 

List of core components:https://www.aemcomponents.dev/content/core-components-examples/library.html

 

You can write your custom service to access the RSS/ATOM feed

 

Reference URL: https://www.vogella.com/tutorials/RSSFeed/article.html

 

Hope this helps!

 

Thanks,

Kiran Vedantam.

Avatar

Community Advisor

Hi @DharmaRaju 

 

There is no such component available OOTB which can read external service for RSS and display in webpage.

You need to write a custom service perhaps using Java/OSGi bundle.

 

Please refer the below links:

https://stackoverflow.com/questions/113063/how-to-write-an-rss-feed-with-java

https://www.infoworld.com/article/2077795/manage-rss-feeds-with-the-rome-api.html

 

Thanks!