The Source for Java Technology Collaboration


There are two sample programs included with Rome Fetcher.

FeedReader is a program which demonstrates the use of the Fetcher to retrieve a feed and then to use the conditional get support to retrieve it again only if it has changed. It also shows how to use the event API in the Fetcher. It can be run using the maven run-read target.

FeedAggregator is a program which aggregates a number of feeds together into a single feed. It can be run using the maven run-aggr target.

(Note that in verision 0.3 the Maven build does not include Xerces in the classpath - which is required to use Rome. This is easy to fix.)

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

Revision r3 - 15 Mar 2005 - 19:48:06 - Main.markwoodman
Parents: WebHome > Rome > RomeFetcher