Atom to RSS feed
I have an RSS reader portlet in websphere portal, which adds the RSS feed and renders the feed items on it. I need to add Atom feeds also in the existing code. We use a third party API to parse the feed URL, add it and render the news items on the portlet. Need to add some logic in my Java code to initially recognize the Atom feed and convert it into RSS feed.
I tried the same using an converter (easily available online), but don't know how to integrate the logic开发者_运维百科 in code.
I'm not sure I understood your question properly but if you need to do conversions between various feed formats, my recommendation would be to use Rome.
精彩评论