This question already has an answer here:
这个问题在这里已有答案:
- How to write an RSS feed with Java? 1 answer
如何使用Java编写RSS源? 1个答案
I am looking for libraries which can read RSS / ATOM feeds in my J2EE application (based on JBoss Seam).
我正在寻找能够在我的J2EE应用程序中读取RSS / ATOM源的库(基于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.
我假设Seam RSS集成仅用于生成RSS源而不用于读取源。
6 个解决方案
#1
19
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 Rome as well.
虽然已经多次提到过,但我建议也使用罗马。
#2
4
For Atom it is Apache Abdera: http://abdera.apache.org/
对于Atom,它是Apache Abdera:http://abdera.apache.org/
#3
4
Rome is a very mature, extremely well java-documented library and is still the de facto standard for this job.
罗马是一个非常成熟,非常好的java文档库,仍然是这项工作的事实上的标准。
#4
2
Yes. Eddie, and feed4j are other useful tools.
是。 Eddie和feed4j是其他有用的工具。
#5
0
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 feed ROME只是一个选项。我们有很多像Feed4j,abdera等。但在这些ROME中使用最为广泛。
#6
0
Confere these links.
传达这些链接。
These are both thread safe and very fast.
这些都是线程安全且非常快。
#1
19
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 Rome as well.
虽然已经多次提到过,但我建议也使用罗马。
#2
4
For Atom it is Apache Abdera: http://abdera.apache.org/
对于Atom,它是Apache Abdera:http://abdera.apache.org/
#3
4
Rome is a very mature, extremely well java-documented library and is still the de facto standard for this job.
罗马是一个非常成熟,非常好的java文档库,仍然是这项工作的事实上的标准。
#4
2
Yes. Eddie, and feed4j are other useful tools.
是。 Eddie和feed4j是其他有用的工具。
#5
0
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 feed ROME只是一个选项。我们有很多像Feed4j,abdera等。但在这些ROME中使用最为广泛。
#6
0
Confere these links.
传达这些链接。
These are both thread safe and very fast.
这些都是线程安全且非常快。