Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2011Fall

08.16.10 - 12.12.10

Advanced Java

CSYS2413

Thursday
05:30 PM - 08:20 PM

RSS Reader

Lab04

Objective: To use Java to work with XML data

pastdue

Submit Your Solution

Lab04

Request a Copy of your Solution

Lab04

Requirements

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

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