Showing posts with label RSS. Show all posts
Showing posts with label RSS. Show all posts

Friday, July 30

Creating a RSS Feed reader in Java using ROME


          As I was working on developing app for parsing/reading the RSS feed in Java, I sort of though about sharing my experience and here today I am going to guide you through detailed steps in creating a Java application for reading the RSS feed.

As I googled, I found two option either to use Java Utilities or another powerful library 
ROME ( Rss and atOM utilitiEs). And I selected ROME because it is open source Java tools for parsing, generating and publishing RSS and Atom feeds. The core feature of ROME is that the dependancy is only upon JDOM XML parser and supports parsing, generating and converting all of the popular RSS and Atom formats.