Fork me on GitHub

The ROME Modules Subproject.

The ROME Modules project is an effort to roll up contributed module support into a single distribution for users.

Current modules in the subproject include:

Get it.

The 0.3.2 release of modules.jar (which contains all the above modules) is available.

Downloads

Please don't use modules-0.3.jar. It had errors in the packaging which have been fixed in modules-0.3.1.jar and subsequent releases

See individual module sites for information.

Changes

1.0 - released 24 February 2011

Finalized 1.0 release.

0.3.2 - released 30 Jan 2009

General Guidelines for modules:

This is intended to serve as a guide for contributions as well as a hint for users working with the modules.

  • Modules are packaged in com.rometools.rome.feed.module.[Module Name].
  • Modules contain a com.rometools.rome.feed.module.[Module Name].Module.URI reference for retrieval from ROME Synd* classes.
  • Modules contain a com.rometools.rome.feed.module.[Module Name].ModuleImpl that is a concrete implementation.
  • Modules contain a com.rometools.rome.feed.module.[Module Name].types package that holds any other datatypes needed for the module. Many of these are simple immutable types to simplify clone() and copyFrom()
  • Modules contain a com.rometools.rome.feed.module.[Module Name].io package with parsers and generators.