• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How to develop an Rss Feed Reader Using Java,.....

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i am new to rss. i dont know how to develop an rss feed reader using java. i am working with a web application

using spring. I would like to create an Rss Feed reader. this feed reader should should read XmlRss files ( rss2.0)

from other web sites and i should be able to read these feed in my own web site so that when they update thier RSS

Feed , i should get the latest content in my website. I would like to develop this application using spring web mvc

or using java. i am using oracle database. with it help me anyway. And the most of it is there will be registered

user for my site.

Please help me to how to go about that and if possible give some sample codes.

Thanks and Regards,
Ramesh
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you plan to make it all yourself, or do you want to use libraries ? You can check those :
  • ROME
  • Jakarta FeedParser


  • If you want to make one yourself, you may need to know about a few gotchas about RSS. You could try to read Rss and Atom in Action which shows you how to parse newsfeeds.
     
    Ramesh Etta
    Ranch Hand
    Posts: 47
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Cristophe,

    Thanks for giving the reply. i think i should use the libraries.

    the links you have given are very helpfull.
    thanks once again.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic