Questions tagged [rome]

ROME is a set of RSS and Atom Utilities for Java that is open source under the Apache 2.0 license. ROME makes it easy to work in Java with most syndication formats.

ROME is a set of RSS and Atom Utilities for Java that is open source under the Apache 2.0 license. ROME makes it easy to work in Java with most syndication formats.

ROME includes a set of parsers and generators for the various flavors of syndication feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed class that lets you work on with the data without bothering about the incoming or outgoing feed type.

141 questions
1
vote
0 answers

ROME & GeoRSS - Unable to write GML

I'm having some issues creating a GML-based point reference using ROME. My code will (hopefully!) explain what I'm trying to do better: public static void geoRSSTest() { SyndFeed feed = new SyndFeedImpl(); feed.setFeedType("rss_2.0"); …
user2583109
  • 185
  • 4
  • 12
1
vote
2 answers

Rome Library to read feeds Java

Hey people, i need to read the jpg url of this feed...: asunderland@clubamerica.com.mx (Comunicación Club América) Thu,…
Rbn
  • 71
  • 1
  • 2
  • 5
1
vote
2 answers

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 given on its wiki. SyndFeed feed = new…
Sashi Kiran Challa
  • 905
  • 1
  • 11
  • 21
1
vote
0 answers

About detecting proxy setting using rome api

The below provides an error when in lan behind a proxy ,but works properly outside lan/proxy. Please let me know how I can rectify it I used the code to detect proxy setting and it gave Detecting Windows/IE proxy setting using Java I am getting:…
1
vote
2 answers

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 in advance.
blank
  • 17,852
  • 20
  • 105
  • 159
1
vote
1 answer

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, getModule(MediaModule.URI) which is supposed to…
akula1001
  • 4,576
  • 12
  • 43
  • 56
1
vote
0 answers

A Java Exception When I was Using Rome and Play Framework

I am write a simple rss reader using Rome library and Play framework. I tried Rome in a console application and it worked well. But when I put it into the Play framework, it throws an exception: java.lang.ExceptionInInitializerError. My code is…
sean
  • 31
  • 2
1
vote
1 answer

Getting XML String value of SyndEntry with ROME

I'm currently working on a project which implies XML feed parsing (Atom 2005) and I'm using Rome to do this. I have some SyndEntry objects, and I need to convert them to XML as standalone Entries (not in Feeds, Entry as root element). I looking for…
Neozaru
  • 1,109
  • 1
  • 10
  • 25
1
vote
1 answer

RSS Reader and parser using java

I need to implement the RSS reader kind of using Java. I have designed the Java class which reads the RSS feed XML URL and get the contents and store it in Java class. Whenever there is an update in RSS feel URL, i need to parse the RSS feed XML…
Viswa
  • 1,357
  • 3
  • 18
  • 30
1
vote
2 answers

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 convert to HTML. One of my requirements is to display…
Darren Greaves
  • 3,326
  • 4
  • 29
  • 32
0
votes
1 answer

How to get Comments of rss feeds by using rome in java

I am using rome 0.9 for fetching feeds .But i am not able to get the comments of that blog. InputStream is = new URL(urlstring).openConnection().getInputStream(); SyndFeedInput input = new SyndFeedInput(); SyndFeed feed = (SyndFeed)…
Coder Guru
  • 513
  • 3
  • 18
  • 37
0
votes
1 answer

How to use ROME for RSS

I am using the code from Rome's tutorials page http://wiki.java.net/twiki/bin/view/Javawsxml/Rome05TutorialFeedReader . When I try to compile, it says class FeedReader is public, should be declared in a file named FeedReader.java. I am new to…
blaughli
  • 517
  • 5
  • 11
  • 27
0
votes
0 answers

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…
vaibhav
  • 3,929
  • 8
  • 45
  • 81
0
votes
0 answers

Rss Feed Reading Failed

So i trying to read rss feed from this link https://ssioltbrw.samuel.co.id/category-research-reports/emiten-report-ssi/feed/. but my spring boot and maven rome to read the file but gets an error that stated Error reading RSS feed: PKIX path building…
0
votes
0 answers

pnpm rome init throw result.error when is installed Correctly

Hello i installed Rome following the documentation after do: pnpm add --save-dev --save-exact rome it's show me that is installed correctly so i run pnpm rome init and then i have this error by…