RSS Reader

100 points

RSS Reader

Requirements

Comments placed in the source code file5
Application placed in an executable JAR file5
RSS XML Data loaded from web30
RSS data parsed using a Java API (either the built in support or JDOM)40
RSS News items displayed in a readable format20
Total100 pts

Resources

Objective

To use Java to work with XML data

Instructions

RSS feeds that are available over the internet are specialized forms of XML documents. For this lab you will create a java application that can load, parse, and display an RSS feed in a desktop window.

For an example of an RSS feed look at http://rss.slashdot.org/Slashdot/slashdot which is the news RSS feed for the popular website Slashdot. To be able to see the content of this feed well you might also look at the attached file below file which is a copy of the content of their feed in a text file. Your lab does not have to use this particular feed, any RSS feed should be able to work and your application only has to display information from one feed but that information should consist of multiple items.

Extras