Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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

  File Modified
You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
No files shared here yet.
  • Drag and drop to upload or browse for files
  • 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.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.

    Recent updates

    • No labels