Mecid
Mecid

Reputation: 4551

RSS lib for java

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

Upvotes: 1

Views: 517

Answers (2)

Omry Yadan
Omry Yadan

Reputation: 33646

rome is a tool for dealing with RSS feeds.

Upvotes: 1

Neeraj
Neeraj

Reputation: 303

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

Upvotes: 0

Related Questions