java library for reading RSS and ATOM feeds [duplicate]

偶尔善良 提交于 2019-11-27 14:24:34

问题


I am looking for libraries which can read RSS / ATOM feeds in my J2EE application (based on JBoss Seam).

Is Rome the only application there for reading feeds?

I am assuming the Seam RSS integration is only for generating RSS feeds and not for reading feeds.


回答1:


Have you had a look into the following list? http://java-source.net/open-source/rss-rdf-tools

Even though it has been mentioned several times, I would suggest using Rome as well.




回答2:


Rome is a very mature, extremely well java-documented library and is still the de facto standard for this job.




回答3:


For Atom it is Apache Abdera: http://abdera.apache.org/




回答4:


Yes. Eddie, and feed4j are other useful tools.




回答5:


For RSS feed ROME only not an option. We have lot like that namely Feed4j, abdera etc. But in these ROME only most widely used.




回答6:


Confere these links.

  1. AtomSphere
  2. Rsspect

These are both thread safe and very fast.



来源:https://stackoverflow.com/questions/2729027/java-library-for-reading-rss-and-atom-feeds

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!