Top "Rome" questions

ROME is a set of RSS and Atom Utilities for Java that is open source under the Apache 2.0 license.

java.io.FileNotFoundException for valid URL

I use library rome.dev.java.net to fetch RSS. Code is URL feedUrl = new URL("http://planet.rubyonrails.ru/…

java url rss ioexception rome
How to write an RSS feed with Java?

I'm using Java, and need to generate a simple, standards-compliant RSS feed. How can I go about this?

java rss rome
406 Not Acceptable in Spring MVC application (OSGi, Virgo Web Server) using Jackson, Rome and JAXB2

I just started learning the Virgo Web Server. I'm trying to work with Jakcson JSON in Spring MVC application. At …

java spring-mvc jackson jaxb2 rome
java.lang.ClassNotFoundException: org.jdom.JDOMException

I am getting the following error message when trying to load an rss page: Feb 16, 2013 9:08:44 PM org.apache.catalina.core.…

java rss jdom rome
Where can I download ROME rss library jar?

It seems rome downloads no longer exists here (http://java.net/projects/rome/downloads). Where can I download the jar …

java rss rome
Reading RSS feeds in java/rome: cannot access org.jdom.Document

I am trying to read RSS feed in java I am using ROME to read the feed, but getting an …

java rss rome