Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

RSS feed creation for AEM website

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

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.

View solution in original post

7 Replies

Avatar

Level 2

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

Avatar

Level 2

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,

Avatar

Correct answer by
Level 3

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.