views:

57

answers:

3
+1  Q: 

RSS lib for java

Advise any rss parser for java,which support much formats. I am using informa,but informa very slow for GAE

+1  A: 

rome.

Omry
+1  A: 

Try https://rome.dev.java.net/

Redlab
thanks,i will try this lib
Mecid
as you can see 3 answers lead to rome! You'll try and most likely stick with it!
Redlab
A: 

Well, you do not require any specific library for rss. Just consider them as xmls. All the magic resides with the RSSReader.

If you need rss jars you can download from here http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/rss_utils_1.1.zip

Neeraj