java - How to limit number of downloaded (parsed) entries (items) in ROME Fetcher -


i using rome & rome fetcher getting feeds (atom/rss) in javaee web application.

in cases limit number of downloaded/parsed entries/items. want avoid scenario: , ten make sublist().

any ideas or solved somehow ?

thanks.

i don't see feasible way download few of them - @ end of day send request server , decide send you.

to me sounds bit premature optimization. dependent on you're building, might better caching data if you're worried performance.

anyhow, can't see anyway can rome, done if built own xml parser.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -