You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2012/10/12 23:31:24 UTC

RSS?

Hi All:

We have no RSS code in [net].

What do you folks use to do RSS clients?

Rome?

-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: RSS?

Posted by Maurizio Cucchiara <ma...@gmail.com>.
I have used digester in the past [1] and a sun implementation (but IIRC
there was some licence issue)

[1] http://commons.apache.org/digester/commons-digester-2.1/annotations.html

Sent from my mobile device, so please excuse typos and brevity.

Maurizio Cucchiara
Il giorno 13/ott/2012 07.12, "Gary Gregory" <ga...@gmail.com> ha
scritto:

> It seems like Rome development has staled. Is the library fully baked?
>
> I am going to churn through a lot of data, and I see that Rome still
> depends on JDom 1.0, not even 1.1.x (well 1.1.1 in trunk as of >1 year ago)
> and I know 2.x has many performance improvement.
>
> Before I fork this baby on my own, I wonder if there is any interest in
> having [net] implement some kind of RSS API, or even copying Rome in and
> maintaining and growing it it here (it is ASL 2.0).
>
> Thoughts?
>
> Gary
>
> On Fri, Oct 12, 2012 at 7:02 PM, Mark Fortner <ph...@gmail.com> wrote:
>
> > Hi Gary,
> > I use Rome in my projects.  It supports all of the formats that I need.
> >
> > Mark
> >
> >
> >
> >
> > On Fri, Oct 12, 2012 at 2:31 PM, Gary Gregory <garydgregory@gmail.com
> > >wrote:
> >
> > > Hi All:
> > >
> > > We have no RSS code in [net].
> > >
> > > What do you folks use to do RSS clients?
> > >
> > > Rome?
> > >
> > > --
> > > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> > > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> > > Blog: http://garygregory.wordpress.com
> > > Home: http://garygregory.com/
> > > Tweet! http://twitter.com/GaryGregory
> > >
> >
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>

Re: RSS?

Posted by Gary Gregory <ga...@gmail.com>.
I'm looking to consume though.

Gary

On Oct 13, 2012, at 15:46, Paul Libbrecht <pa...@hoplahup.net> wrote:

> To produce RSS, I've used Jelly quite happily.
> I know it is not actively supported and has some flaws... but to output xml, it plays really well.
>
> Paul
>
>
> Le 13 oct. 2012 à 07:12, Gary Gregory a écrit :
>
>> It seems like Rome development has staled. Is the library fully baked?
>>
>> I am going to churn through a lot of data, and I see that Rome still
>> depends on JDom 1.0, not even 1.1.x (well 1.1.1 in trunk as of >1 year ago)
>> and I know 2.x has many performance improvement.
>>
>> Before I fork this baby on my own, I wonder if there is any interest in
>> having [net] implement some kind of RSS API, or even copying Rome in and
>> maintaining and growing it it here (it is ASL 2.0).
>>
>> Thoughts?
>>
>> Gary
>>
>> On Fri, Oct 12, 2012 at 7:02 PM, Mark Fortner <ph...@gmail.com> wrote:
>>
>>> Hi Gary,
>>> I use Rome in my projects.  It supports all of the formats that I need.
>>>
>>> Mark
>>>
>>>
>>>
>>>
>>> On Fri, Oct 12, 2012 at 2:31 PM, Gary Gregory <garydgregory@gmail.com
>>>> wrote:
>>>
>>>> Hi All:
>>>>
>>>> We have no RSS code in [net].
>>>>
>>>> What do you folks use to do RSS clients?
>>>>
>>>> Rome?
>>>>
>>>> --
>>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>>>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>>>> Blog: http://garygregory.wordpress.com
>>>> Home: http://garygregory.com/
>>>> Tweet! http://twitter.com/GaryGregory
>>>>
>>>
>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: RSS?

Posted by Paul Libbrecht <pa...@hoplahup.net>.
To produce RSS, I've used Jelly quite happily.
I know it is not actively supported and has some flaws... but to output xml, it plays really well.

Paul


Le 13 oct. 2012 à 07:12, Gary Gregory a écrit :

> It seems like Rome development has staled. Is the library fully baked?
> 
> I am going to churn through a lot of data, and I see that Rome still
> depends on JDom 1.0, not even 1.1.x (well 1.1.1 in trunk as of >1 year ago)
> and I know 2.x has many performance improvement.
> 
> Before I fork this baby on my own, I wonder if there is any interest in
> having [net] implement some kind of RSS API, or even copying Rome in and
> maintaining and growing it it here (it is ASL 2.0).
> 
> Thoughts?
> 
> Gary
> 
> On Fri, Oct 12, 2012 at 7:02 PM, Mark Fortner <ph...@gmail.com> wrote:
> 
>> Hi Gary,
>> I use Rome in my projects.  It supports all of the formats that I need.
>> 
>> Mark
>> 
>> 
>> 
>> 
>> On Fri, Oct 12, 2012 at 2:31 PM, Gary Gregory <garydgregory@gmail.com
>>> wrote:
>> 
>>> Hi All:
>>> 
>>> We have no RSS code in [net].
>>> 
>>> What do you folks use to do RSS clients?
>>> 
>>> Rome?
>>> 
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>>> 
>> 
> 
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: RSS?

Posted by Gary Gregory <ga...@gmail.com>.
It seems like Rome development has staled. Is the library fully baked?

I am going to churn through a lot of data, and I see that Rome still
depends on JDom 1.0, not even 1.1.x (well 1.1.1 in trunk as of >1 year ago)
and I know 2.x has many performance improvement.

Before I fork this baby on my own, I wonder if there is any interest in
having [net] implement some kind of RSS API, or even copying Rome in and
maintaining and growing it it here (it is ASL 2.0).

Thoughts?

Gary

On Fri, Oct 12, 2012 at 7:02 PM, Mark Fortner <ph...@gmail.com> wrote:

> Hi Gary,
> I use Rome in my projects.  It supports all of the formats that I need.
>
> Mark
>
>
>
>
> On Fri, Oct 12, 2012 at 2:31 PM, Gary Gregory <garydgregory@gmail.com
> >wrote:
>
> > Hi All:
> >
> > We have no RSS code in [net].
> >
> > What do you folks use to do RSS clients?
> >
> > Rome?
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
> >
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: RSS?

Posted by Mark Fortner <ph...@gmail.com>.
Hi Gary,
I use Rome in my projects.  It supports all of the formats that I need.

Mark




On Fri, Oct 12, 2012 at 2:31 PM, Gary Gregory <ga...@gmail.com>wrote:

> Hi All:
>
> We have no RSS code in [net].
>
> What do you folks use to do RSS clients?
>
> Rome?
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>

Re: RSS?

Posted by Simone Tripodi <si...@apache.org>.
Hi Gary!

we have commons-feedparser in the the dormant components, maybe you
could put efforts on that rather than starting from scratch.

Anyway, if you just need RSS, as Maurizio suggested you I'd renovate
his proposal on using the Digester, because you could map the feed
directly to your business objects rather than passing to DOM first.

Have a nice WE, all the best!
-Simo

[1] http://commons.apache.org/dormant/feedparser/

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/


On Fri, Oct 12, 2012 at 11:31 PM, Gary Gregory <ga...@gmail.com> wrote:
> Hi All:
>
> We have no RSS code in [net].
>
> What do you folks use to do RSS clients?
>
> Rome?
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: RSS?

Posted by Brent Worden <br...@gmail.com>.
Yes, I've used Rome in the past.

Thanks,

Brent


On Fri, Oct 12, 2012 at 4:31 PM, Gary Gregory <ga...@gmail.com> wrote:
> Hi All:
>
> We have no RSS code in [net].
>
> What do you folks use to do RSS clients?
>
> Rome?
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org