Rss and atOM utilitiEs (ROME) - RSS Java 유틸리티
JAVA / 2008. 5. 20. 14:07
Portet 에서 RSS reader 를 구현하기 위해서 관련 라이브러리를 찾다가 찾은 것...
ROME: RSS and Atom Utilities
ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. The core ROME library depends only on the JDOM XML parser and supports parsing, generating and converting all of the popular RSS and Atom formats including 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, and Atom 1.0. You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats.
- 다양한 형식을 지원하는 것 같다? ㅋㅋㅋ
- JDOM 1.0 이상을 필요로 한다. [관련링크]
사용법은 의외로 간단하다
reader 외에도 다른일을들 하는 것 같은데.... 귀찮아서 이번에는 패스요~