Download List

项目描述

The Informa RSS Library provides a convenient Java API for handling news channels and metadata about them. Different syntax formats (like RSS 0.91, 1.0 RDF, 2.0, and Atom 0.3) for feeds are supported. There is also basic support for channel information descriptions (OPML). A full-text engine (Lucene) can be used for indexing and searching the news items. Two backends for storing the data are currently provided: In-Memory and Hibernate (which allows you to persist news items into allmost any JDBC compliant database).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-07 08:55
0.7.0 (Alpha 2)

Informa公司被迁移到Java的JDK 5。自动与XDoclet的Hibernate映射文件的生成被取消,以便有较的映射定义的完全控制。 Hibernate是从版本升级2至3。一个新的持久性管理器允许您将与您的春天Hibernate配置更容易。一些错误被拆除。原子分析器大幅提高。
标签: Major feature enhancements
Informa was migrated to Java JDK 5. The
auto-generation of Hibernate mapping files with
XDoclet was dropped in order to have full control
over the mapping definition. Hibernate was
upgraded from version 2 to 3. A new persistence
manager allows you to integrate more easily with
your Spring-Hibernate configuration. Some bugs
were removed. The Atom parser was greatly
improved.

2005-10-01 01:42
0.6.5

为原子0.3新闻聚合语法的支持已得到改善。轮询和洁净的工作线程正在守护进程。会议HibernateUtil的锁已被修改,以改善线程安全。还有更多的改善轮询模块。有关编码的问题,许多小错误已得到修复。了JDOM库已经更新到1.0,从格B10。
标签: Major bugfixes
Support for the Atom 0.3 news feed syntax has been improved. The poller and cleaner worker threads are now daemons. Session locking in HibernateUtil has been reworked to improve thread safety. Many more improvements to the Poller module. Many small bugs related to encoding problems have been fixed. The JDOM library has been updated from b10 to 1.0.

2004-10-19 00:47
0.6.0

此版本增加了三个新的模块。持久性管理的新概念,允许在通道组,渠道操作方便,和新闻。您可以选择在内存和Hibernate持久性管理器实现。轮询和清洁模块增加了方便的多线程在渠道的变化背景投票和清理渠道。
标签: Major feature enhancements
This release adds three new modules. The new persistence manager concept
allows convenient operations on channel groups, channels, and news
items. You can choose between the In-Memory and Hibernate persistence
manager implementations. Poller and Cleaner modules have been added for
convenient multi-threaded background polling of changes in channels and
cleaning of channels.

2004-06-30 00:50
0.5.5

本新闻稿中包含解析支持RSS的原子0.3根据语法。出口商写新闻提要中增加了2.0。该FeedManager大大改进,现在支持条件HTTP GET请求,这使刷新守护使用细粒度缓存设置。
标签: Major feature enhancements
This release contains support for parsing feeds according the Atom 0.3 syntax. An exporter to write news feeds in RSS 2.0 has been added. The FeedManager was substantially improved and now supports conditional HTTP GET requests, which enables the refresh daemon to use fine-grained cache settings.

2004-01-31 00:07
0.5.0

此版本转型通过MetaInterfaces(MIF)的,无论是打破公共API,也没有实现接口继承引进的核心。一些小错误是固定的(其中有错误[880438])。 Hibernate的后端关于鲁棒性进行了改进,和版本Hibernate库2.1.1支持。
标签: Minor bugfixes
This release restructures core interface inheritance through the introduction of MetaInterfaces (MIF), breaking neither the public API nor any implementations. Some minor bugs were fixed (among them bug[880438]). The Hibernate backend was improved concerning robustness, and version 2.1.1 of the Hibernate library is supported.

Project Resources