Click here to Skip to main content
15,888,077 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to develope a standalone application in java.
this application parse RSS 2.0 type xml news feed.
i have 10 feed url.it will execute by executer.

i just want to ask Java professions can anybody suggest me which api will be best for parsing RSS 2.0 xml feed.?
i have found so many jdom,feed syndication etc.
Posted

1 solution

Look here: http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/[^] and scroll down to "How to use the RSS parser" where the author explains how to use the parser directly without JSP tags.

Best Regards,

-MRB
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Apr-11 13:11pm    
Looks like the exact answer, a 5.
--SA
bilal.hobnail 12-Apr-11 2:22am    
but i need to store records in DB.
My news portal will fetch from DB.

i am just asking about API for stand alone application(*.jar)?
Manfred Rudolf Bihy 13-Apr-11 16:15pm    
Where's your problem? Had you read the whole page you'd know by now that there is a library (.jar) that you can use to build your stand alone application. Reading really does help and don't stop at the first couple of words that irritate you.
Enough said!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900