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

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

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -