コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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.

元の投稿で解決策を見る

7 返信

Avatar

Community Advisor

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

Community Advisor

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

Community Advisor

Avatar

Community Advisor

Avatar

正解者
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.