views:

17

answers:

1
+1  Q: 

Atom to rss feed

I have a rss reader portlet in websphere portal,which add the rss feed and render 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 on net)but dont know how to integrate the logic in code. can anyone help here?

A: 

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.

Pascal Thivent
I am already using informa and want to integrate the conversion part (rss to atom) in the existing code,what about using feedburner?
ha22109