Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Help needed regarding implementing RSS feed using JSP

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Help needed regarding implementing RSS feed using JSP

    Hello everybody. Its Souvik here. I'm doing my MCA 6th sem major project in online news.

    We group members have decided to implement it using RSS feed.
    Please help us regarding creating RSS feed using JSP .Please help us.
    If possible please supply some examples too.


    Thank you very much in advance. By


  2. #2
    Junior Member
    Join Date
    Feb 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help needed regarding implementing RSS feed using JSP

    please help me

  3. #3
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Help needed regarding implementing RSS feed using JSP

    You could just create a servlet which in turn fetches the news from where ever (Database perhaps?) and then use a stringbuilder to create the XML and write it to the response.

    You might want to start by having a look at the spec for atom feeds at Example Feed

    // Json

  4. The Following User Says Thank You to Json For This Useful Post:

    smsouvik_2008 (February 21st, 2010)

  5. #4
    Junior Member
    Join Date
    Feb 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help needed regarding implementing RSS feed using JSP

    Thanks a lot for replying. SIr/Madam is it possible to subscribe to the google reader or something alike? If possible then please guide me.
    THanks for replying me.

Similar Threads

  1. Implementing Multiple Interfaces with Generics
    By darkestfright in forum Collections and Generics
    Replies: 5
    Last Post: February 10th, 2010, 08:44 PM
  2. Replies: 6
    Last Post: October 20th, 2009, 06:33 AM
  3. Implementing LinkedList as a user?
    By vluong in forum Collections and Generics
    Replies: 3
    Last Post: October 15th, 2009, 03:00 AM
  4. [SOLVED] Implementing push button
    By IDK12 in forum AWT / Java Swing
    Replies: 2
    Last Post: July 10th, 2009, 10:13 AM
  5. Problem while implementing a basic user interface menu
    By Rastabot in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: April 3rd, 2009, 04:38 PM