Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
Lab04 RSS Reader
Due: Thursday October 14, 2010 11:53 PM
Lab04 - RSS Reader
Requirements
Comments placed in the source code file
5 pts
Application placed in an executable JAR file
5 pts
RSS XML Data loaded from web
30 pts
RSS data parsed using a Java API (either the built in support or JDOM)
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.