ROME是一組Atom/RSS工具類它使得用Java來操作大部份syndication格式變得更加容易:
RSS 0.90
RSS 0.91 Netscape
RSS 0.91 Userland
RSS 0.92
RSS 0.93
RSS 0.94
RSS 1.0
RSS 2.0
Atom 0.3
Atom 1.0
ROME不僅包括各種syndication feeds的解析器與生成器,而且還包括能夠把一種格式轉換成另外一種格式的轉換器。
Tutorials
The following tutorials show how to use the ROME API. They focus on the higher abstraction layer of classes offered by ROME, what we call the Synd* classes. By using the Synd* classes developers don't have to deal with the specifics of any syndication feed. They work with normalized feeds, the Synd* feeds. This makes it much easier to write applications that have to deal with all the variety of syndication feed types in use today.
- Using ROME to read a syndication feed
- Using ROME to convert a syndication feed from one type to another
- Using ROME to aggregate many syndication feeds into a single one
- Using ROME to create and write a feed
- Defining a Custom Module bean, parser and generator
- Using ROME within a Servlet to create and return a feed
For instructions on how to build and run the samples used in the tutorials click here.
posted on 2008-04-11 17:01
周銳 閱讀(356)
評論(2) 編輯 收藏 所屬分類:
Java