The Source for Java Technology Collaboration


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

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.sun.syndication.feed.module.[Module Name].
  • Modules contain a com.sun.syndication.feed.module.[Module Name].Module.URI reference for retrieval from ROME Synd* classes.
  • Modules contain a com.sun.syndication.feed.module.[Module Name].ModuleImpl that is a concrete implementation.
  • Modules contain a com.sun.syndication.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.sun.syndication.feed.module.[Module Name].io package with parsers and generators.

Topic RomeModules . { Edit | Ref-By | Printable | Diffs r13 < r12 < r11 < r10 < r9 | More }
 XML java.net RSS

Revision r13 - 30 Jan 2009 - 01:38:46 - Main.nicklothian
Parents: WebHome > Rome