• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Adding RSS to A (Spring) Web Service

 
Bartender
Posts: 1973
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

We're going to be adding RSS feeds to our Spring Web Services.

Having never used RSS, I just looked at some of the online resources (for example, 'http://www.vogella.com/articles/RSSFeed/article.html'), but I'm still confused.

When you set up an RSS feed, is this done separately from a traditional web service or are you just returning an XML structure? Looking at the RSS code, it looks quite a bit more complex than that.

Would an RSS feed be separate from a web service or could it be handled using the same XML Request (if say there were an element that said <RSS>, or something)?

Thanks in advance for any suggestions or insights on how to start wrapping my head around this.

- mike
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic