Developing a RSS Reader with Java (JFC/Swing)

By Nuno Mariz, on 29 April 2005 @ 10:55
Java Technology
I have a new personal project in mind. The idea is to improve my Java skills by developing a desktop application to read and manage my personal RSS feeds. Yes. There are several applications that do this, even in Java, just like RSSOwl that uses SWT for the widgets. The application will have the same features as Akregator, obviously not all on the first release.

Comments

  • #1 By MikeD on 12 August 2006 @ 10:10
    I'm currently beginning the exact same thing. That plan of attack is to use a JEditorPane and send a 'chunk' of xml (parsed) to it via a stylesheet to be viewed.
    For example I will have a tree on the left with the subscribed feeds, expanding a feed will display each topic in the feed, clicking that topic will then display the contents for that topic in the JEditorPane, as html via XML/XSL conversion.
    Alternatively, I will use an open source editor that has good xml support.
Comments are closed.