Menu

#3 Support multiple, merged feeds

open
phil
Tags (3)
5
2009-01-13
2009-01-13
phil
No

Rome supports the capability to create a single RSS feed as an amalgamation of several independent source feeds. rss4jsp should be extended to provide this capability through its tags.

Options:
- Extend the existing feed tag
- Create a new tag that accepts multiple feeds.

There should be two supported ways of supplying the list of feeds:
- As an array or collection of String objects in the request, session or application scope
- As one or more nested tags, for example:

<feed>
<source url="..." />
<source url="..." />
</feed>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.