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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -