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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
migrated from programmers.stackexchange.com Mar 30 '11 at 13:04
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. |
|||||||
|