What Java library would you say is the best for consuming and parsing feeds? Requirements:
- Embeddable
- Supports Atom & RSS
- Has caching architecture
- Should be able to deal with any feed format the same way
(Please: one suggestion per answer.)
What Java library would you say is the best for consuming and parsing feeds? Requirements:
(Please: one suggestion per answer.)
We also use ROME. While the SAX/eventing based FeedParser architecture is interesting it is a dormant
project at Apache.
The "dormant" at Apache seems to imply NO binary download links and NO active development.