The Source for Java Technology Collaboration


Rome v0.2 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.

  1. Using Rome to read a syndication feed
  2. Using Rome to convert a syndication feed from one type to another
  3. Using Rome to aggregate many syndication feeds into a single one

The instructions for building and running the samples are identical to the instructions for Rome v0.1.

Topic Rome02Tutorials . { Edit | Ref-By | Printable | Diffs r3 < r2 < r1 | More }
 XML java.net RSS

Revision r3 - 18 Jun 2004 - 15:05:37 - Main.nicklothian
Parents: WebHome > Rome > Rome02