Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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.

4 Replies

Avatar

Level 4

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!