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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -