用于阅读 RSS 和 ATOM 提要的 Java 库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2729027/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
java library for reading RSS and ATOM feeds
提问by Sam
I am looking for libraries which can read RSS / ATOM feeds in my J2EE application (based on JBoss Seam).
我正在寻找可以在我的 J2EE 应用程序(基于 JBoss Seam)中读取 RSS/ATOM 提要的库。
Is Romethe only application there for reading feeds?
是罗马有阅读饲料唯一的应用程序?
I am assuming the Seam RSS integrationis only for generating RSS feeds and not for reading feeds.
我假设 Seam RSS集成仅用于生成 RSS 提要而不用于阅读提要。
采纳答案by Nils Schmidt
Have you had a look into the following list? http://java-source.net/open-source/rss-rdf-tools
您是否查看过以下列表? http://java-source.net/open-source/rss-rdf-tools
Even though it has been mentioned several times, I would suggest using Romeas well.
尽管已经多次提到它,我还是建议使用罗马。
回答by Jan Algermissen
For Atom it is Apache Abdera: http://abdera.apache.org/
对于 Atom,它是 Apache Abdera:http: //abdera.apache.org/
回答by Pascal Thivent
Rome is a very mature, extremely well java-documented library and is still the de facto standard for this job.
Rome 是一个非常成熟、非常有 Java 文档的库,并且仍然是这项工作的事实上的标准。
回答by Samurai
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.
对于 RSS 提要罗马不是一个选项。我们有很多类似的东西,即 Feed4j、abdera 等。但在这些罗马中只有最广泛使用。
回答by Bill
Confere these links.
授予这些链接。
These are both thread safe and very fast.
这些都是线程安全的,而且速度非常快。
回答by Ali Hashemi
Yes. Eddie, and feed4j are other useful tools.
是的。Eddie 和 feed4j 是其他有用的工具。