Online documentation for RSSClient

Generated 2006-03-17

Simple client and viewer for monitoring RSS feeds.

Description

Allows you to subscribe to an RSS feed. Provides a simple window for displaying the feed as a browsable HTML page.

The results from an RSS feed are returned in a Hashtable array representation, with each hashtable containing the attribute/value elements of the channel.

Configuration

Although this component requires no configuration as such, if your network requires you to access the web through a web-cache/proxy, then the component must be used in a java environment where web-cache/proxy access has been configured properly (eg jvm caching properties set).

Usage

Once you have located an RSS feed that you wish to access in this component, copy the URL of the feed into either The component will then fetch any available news items from this feed, and will Clicking on a link in the GUI rendering of a news item will cause the URL of this link to appear on the browserURL property of the component.

Technical Details

This currently requires library rsslib4j (rsslib4j.sourceforge.net)