RSS feed creation for AEM website | Community
Skip to main content
New Participant
October 9, 2019
Solved

RSS feed creation for AEM website

  • October 9, 2019
  • 7 replies
  • 13526 views

Hi ,

Good day.

We have requirement like ,need to create RSS feeds for web site which have content from news page.

Can you share any suggestions for how to create the RSS feeds.

Regards,

Venkata

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 zonroc

This is not a specific AEM OOTB use case. You need to write a custom service perhaps using Java/OSGi bundle:

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

AEM is a development stack and you can pretty much use Java to make develop solutions to meet your business requirements.

7 replies

zonrocAccepted solution
New Participant
October 12, 2019

This is not a specific AEM OOTB use case. You need to write a custom service perhaps using Java/OSGi bundle:

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

AEM is a development stack and you can pretty much use Java to make develop solutions to meet your business requirements.

Ankur_Khare
New Participant
October 11, 2019
ArpitVarshney
New Participant
October 11, 2019
New Participant
October 11, 2019

Hi,

I checked the mentioned thread . And it contains customization of importer. But this also works when we have already rss feed.

But here the requirement is to create an RSS feed that extracts content from a particular page (news page).

Thanks & Regards,

Ankur_Khare
New Participant
October 10, 2019
New Participant
October 9, 2019

Hi,

Yes, I checked that. But that article explained that how we can show  RSS feeds in page  when RSS feeds (https://jquery-plugins.net/rss from above example) has been already created/existed .

But here , we need to create rss feeds which we can use/show .

Regards,

Venkata

Ankur_Khare
New Participant
October 9, 2019