开发者

question on rss feed application [duplicate]

开发者 https://www.devze.com 2023-01-03 06:12 出处:网络
This question already has an answer here: How to write an RSS feed with Java? (1 answer) Closed 7 years ago.
This question already has an answer here: How to write an RSS feed with Java? (1 answer) Closed 7 years ago.

i just want to create a simple application that will allow a user to input a url to a rss feed and display the contents to a user.

what would be a good java library to 开发者_如何学编程enable me to read rss feeds?

cheers


Rome http://rome.dev.java.net/ - is the popular java library for parsing RSS feeds


Informa is a very good java library for RSS feeds and can be found on sourceforge.net.The best part of this it implements Observer design pattern , hence keep checking if any new items are found on the RSS URL. Also you can set a frequency to crawl a number of URLs.

0

精彩评论

暂无评论...
验证码 换一张
取 消