This is an example RSS reader written in Java.
To build from source, you need to have Maven and Java installed.
First, run mvn package in the project's root directory.
Once built, you can run java -cp .\target\jrssreader-1.0-SNAPSHOT.jar com.jrssreader.app.App to start the app.