Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
4answers
5k views

Java RSS library

I'm looking for a Java library for generating RSS feeds, any recommendations? Cheers, Don
5
votes
1answer
2k views

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 then? is it being discontinued? Thanks, David
3
votes
1answer
75 views

How do you go about getting the contents portion of an RSS feed with Rome and Scala?

I've been toying around with Rome 1.0 today with scala and while i've been able to get the title, description, etc tabs it says that getContent() doesn't exist. val url = ...
3
votes
4answers
2k views

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 this stage I can not get a GET request serialized object. The server returns "406 Not ...
3
votes
1answer
569 views

Looping through feed entries with rome

I'm trying to loop through Atom feed entries, and get the title attribute lets say, I found this article, I tried this snipped of code : for (final Iterator iter = feeds.getEntries.iterator(); ...
3
votes
3answers
3k views

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/xml/rss"); SyndFeedInput input = new SyndFeedInput(); SyndFeed feed = input.build(new ...
2
votes
1answer
60 views

RSS feed parsing through ROME getting null as source

I am using com.sun.syndication apis for parsing the RSS feeds which i need to eventually use in my application. The problem that i am facing is that for some of the RSS e.g. like ...
2
votes
1answer
428 views

We can't download the rss lib `Rome` for Java now?

I'm looking for a java rss lib, and I found rome. But there is nothing can be downloaded now. What happened to this project? Where can I find it? Or is there any other good rss or atom libraries?
2
votes
1answer
709 views

Java - Rome rss reader?

I am trying to read rss. I copied the jar file in to my libs folder, and I added the jar file to my eclipse project as a library. In order and export i checked my jar file. Now I am trying to use ...
2
votes
0answers
487 views

Rome FeedFetcher Cache

I am trying to use Rome FeedFetcher to retrieve an RSS feed only if it has been updated. However, once the cache is created, it never seems to check the feed again. So if an item is added to the ...
2
votes
2answers
1k views

Using the Rome Java API to access metadata fields

I've been using the Rome API to parse data from an XML feed pretty successfully so for, but have run in to a bit of a snag. Given the following snippet of XML: <entry> ...
1
vote
1answer
32 views

How to convert rome date format “Sun Jan 08 02:25:00 IST 2012” date to sql date

I am using rome 0.9 for getting rss feeds.but from that getting blog post's date as in the format "Sun Jan 08 02:25:00 IST 2012" . I am unable to convert this date format to the sql date ...
1
vote
1answer
41 views

RSS reader Rome not able to handle UTC timestamp

publisher date timestamp is given in UTC for http://feeds.finance.yahoo.com/rss/2.0/category-stocks Rome is not able to handle the UTC keyword and its failing here. Is there any workaround
1
vote
2answers
118 views

What is the definitive (android compatible) RSS/Atom processing library?

I've been told by long-time Java developers that Apache's Rome module is the definitive library for reading & generating RSS & Atom feeds. I've had a look at the library - it does not seem to ...
1
vote
1answer
133 views

Using ROME to extract feed contents?

How do I get the contents as a String using ROME in Java for some feed. At the moment this is what I got String feedURL = “...”; SyndFeedInput input = new SyndFeedInput(); SyndFeed feed = ...
1
vote
1answer
155 views

Periodically updating rss feed in rome

How would I go about fetching stories with rome. i.e. I have the feed how to get an updated version of the feed. I am currently calling: URL url = new ...
1
vote
1answer
111 views

Using Rome to aggregate RSS feeds and Description not getting encoded. Why?

When I specify the encoding for my new feed as UTF-8 (matches my sources), my output feed has no encoding for the emdash and curly quotes. If I specify ISO-8859-1 for encoding (but I don't want to), ...
1
vote
1answer
264 views

How should CDATA block parsing in XML behave?

Given this XML snippet: <title><![CDATA[Resizing & Cropping GIF and PNG images issue]]></title> What is the correct string that should be parsed by the XML parser for the ...
1
vote
1answer
419 views

rss rome create entries with <content:encoded /> tag

Where can i find a simple tutorial on how to generate <content:encoded /> tags in an rss using rome? I've been reading throug their documentation but it is only about read and parse from a ...
1
vote
2answers
860 views

Rome Library to read feeds Java

Hey people, i need to read the jpg url of this feed...: <author>asunderland@clubamerica.com.mx (Comunicación Club América)</author> <description><![CDATA[Conoce la ...
1
vote
0answers
633 views

creating Atom feeds with ROME and publishing them

I am a newbie to this pub/sub protocol. Sorry if my questions are very naive. Could you help me by answering my questions. I started off creating an atom feed using ROME API looking at the example ...
1
vote
1answer
420 views

Distinguish between HTML/XHTML and plain text in a RSS description-element

Long version: Those familiar to the standardization nightmare of the RSS-family, may know that RSS does not provide you with information if for example the "description" element contains just plain ...
1
vote
2answers
469 views

How do I create an Atom representation with Restlet?

I want to create atom xml representations for my REST resources using Restlet. Should I (can I?) use ROME or just use the Atom extension for Restlet? What's the best way to go about this? Thanks ...
1
vote
2answers
609 views

RSS items order, does it matter?

I created RSS feed with Java Rome lib. The project is near the end. But I found some strange behavior of RSS clients. I think it's more RSS clients problem, but i wont to make sure. Rome holds items ...
1
vote
2answers
183 views

Setting a Source per Item using Rome

I am using Rome to combine several feeds into one. It's largely based on this example on the Rome site. I'm creating a RSS 2.0 feed, which I save as a (W3C) Document then pass to a stylesheet to ...
0
votes
0answers
20 views

JSF PrimeFaces FeedReader Rome Library where?

I am trying to use the FeedReader jsf component of PrimeFaces 3. Apparently I need the ROME library. Do you know where I can find it? Thanks
0
votes
0answers
52 views

While parsing RSS feed through Rome getting Content is not allowed in prolog

Using Rome API to parse the RSS feeds I am getting this error : com.sun.syndication.io.ParsingFeedException: Invalid XML at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:210) ...
0
votes
0answers
98 views

Sun Syndication API throwing error while trying to parse specific RSS feed

Using the SUN syndication API ROME, I am trying to parse the following RSS feed: ...
0
votes
1answer
37 views

ROME 0.8 Parse Exception

I am trying to parse RSS feeds using ROME v0.8 (j2sdk1.4.2_07) but no matter which feed I use it always says the same error. com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on ...
0
votes
0answers
77 views

Using ROME for Atom feed and get updated time

Im tring to handle a Atom feed. Everything works fine except that the parameter with Date is lost during the converting. If i have a RSS feed it works good. This is the code and imports that works ...
0
votes
0answers
67 views

How the extend ROME SyndEntry Class

I know, it seems to be a stupid question but what is the best way to extend the SyndEntry Class in the Java ROME Library? I just would like to add some attributes to ensure non NULL values and so on. ...
0
votes
2answers
84 views

How to configure java rome fetcher for use with a proxy and authentication

I'm trying to use java rome-fetcher to acquire rss feeds for processing. Everything works fine when I have direct internet access. However, I need to be able to run my application behind a proxy ...
0
votes
0answers
151 views

Sun syndication (Rome) exception

I'm developing a Confluence plugin and using the com.sun.syndication package to parse RSS. I got an exception. Has anybody met with similar? Caused by: java.lang.ClassCastException: ...
0
votes
0answers
47 views

Filtering RSS entries before retrieving

I was wondering if it's possible to filter the list of entries of an RSS feed before retrieving them. I'm currently using ROME in java to pull RSS entries. I want to make sure that I only get items ...
0
votes
1answer
493 views

Problem with charset and rome (rss/atom feeds)

I'm trying to create a feed aggregator using rome (1.0). Everything is working, but I'm facing problems with feed's charset. I'm developing it using java 1.6 over a mac os x (netbeans 6.9.1). I'm ...
0
votes
1answer
103 views

Using feed:// in rome

So I am using rome and accessing a feed with the following url URL url = new URL("feed://rss.cnn.com/rss/cnn_topstories.rss"); reader = new XmlReader(url); (unrelated code edited out) however, I ...
0
votes
0answers
256 views

HTML Data using ROME API

URL url = new URL("my goggle alerts url"); xmlReader=new XmlReader(url); SyndFeed syndFeed=new SyndFeedInput().build(xmlReader); System.out.println("Title: ...
0
votes
1answer
86 views

ROME : Unable to get full description of post for a feed

I am parsing feed from http://feeds.feedburner.com/Commercial_LCD_Monitors. But while getting description of each post I got few lines and then it gets truncated with ending [...] characters. eg. ...
0
votes
1answer
181 views

Parsing large RSS feeds using Rome, running out of memory

More specifically large XML webpages (RSS Feeds). I am using the excellent Rome library to parse them, but the page I am currently trying to get is really large and Java runs out of memory before ...
0
votes
1answer
570 views

Setting encoding in Grails controller's render method

I'm trying to build an RSS feed using Grails and Rome. In my controller's rss action, my last command is : render(text: getFeed("rss_2.0"), contentType:"application/rss+xml", encoding:"ISO-8859-1 ") ...
0
votes
1answer
382 views

How to read rssFeed xml using rome in gwt

Using rome I created the rssFeed xml and now I want to read that xml so that user can view and user can view rss feed in google etc.
0
votes
1answer
367 views

Rome RSS - Disable Validation in Rome RSS

In my application ROME api tries to validate the feed against and DTD in W3C and after some time it fails since W3C blocks that IP. Is there a way that I can disable XML feed validation in ROME? ...
0
votes
1answer
949 views

usage of rome media rss plugin

can anyone explain how to use the rome media-rss plugin found here? I tried the sample usage and everything else i could find in google (which isn't much) but could not get it to work. Specifically, ...
0
votes
1answer
84 views

The Three ROME Object Models Design Pattern

I have been reading about the three ROME object models which goes like this SyndFeed(Model) <-- conversion --> RSS(Wire Feed Model) SyndFeed(Model) <-- conversion --> Atom(Wire Feed ...
0
votes
1answer
431 views

Using ROME to search RSS feeds

I'm using ROME to read and combine RSS feeds (caching is done with EhCache) in a Java environment. Is there functionality built in to the Rome API that allows you to search the contents of a feed (or ...
0
votes
1answer
175 views

how to Identify a link as an RSS Feeds link using ROME?

I am using ROME library for parsing feeds. I want to know how can I identify a link as an XML link or a normal link. Is there a support for this in ROME.