Parsing RSS feeds
I am building rss reader that can read RSS feeds. Are there any helpful libraries in java to not reinvent the wheel like parsing the xml or organizing the feeds开发者_StackOverflow?
- How about Rome? Along with a how-to article.
- There's also YARFRAW, Yet Another RSS Feed Reader and Writer.
- Oh, and there's GoogleReaderAPI.
There's more if you google around a bit. The magic search term for me was "java rss reader api"
I personally have used Rome in a project and it has a pretty decent API for generating RSS feeds. I haven't used it to consume them though.
精彩评论