-
phil_haigh committed revision 11 to the rss4jsp - JSP tags for consuming RSS SVN repository, changing 2 files.
2009-01-14 22:59:26 UTC by phil_haigh
-
phil_haigh committed revision 10 to the rss4jsp - JSP tags for consuming RSS SVN repository, changing 6 files.
2009-01-14 22:50:44 UTC by phil_haigh
-
phil_haigh committed revision 9 to the rss4jsp - JSP tags for consuming RSS SVN repository, changing 1 files.
2009-01-14 22:23:02 UTC by phil_haigh
-
phil_haigh committed revision 8 to the rss4jsp - JSP tags for consuming RSS SVN repository, changing 1 files.
2009-01-14 22:18:26 UTC by phil_haigh
-
phil_haigh committed revision 7 to the rss4jsp - JSP tags for consuming RSS SVN repository, changing 8 files.
2009-01-14 21:34:45 UTC by phil_haigh
-
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...
2009-01-13 00:31:20 UTC by phil_haigh
-
I've updated the project to do this. In doing so I have also changed the uri and updated the samples project to match. Once I have completed some further work I will upload version 0.2 of the samples and library downloads, but in the meantime you can download and build the project for yourself.
I will leave this feature request open for now, it will close when the new downloads are published.
2009-01-13 00:21:32 UTC by phil_haigh
-
phil_haigh committed revision 6 to the rss4jsp - JSP tags for consuming RSS SVN repository, changing 10 files.
2009-01-13 00:18:47 UTC by phil_haigh
-
It would be great if the TLD would be in the META-INF directory of the jar file. This way you can simply drop the jar in your application and go from there.
I've written a simple patch for the build script which does this automatically.
2008-12-11 10:00:27 UTC by shimberger
-
I think it would be very useful to add a tag to access the item/pubDate property. Right now, it seems we have no easy way to get to that property. For example:
<item>
<guid isPermaLink='false'>tag:blogger.com,1999:blog-8389524959973811125.post-8058091084158696685</guid>
<pubDate>Fri, 05 Dec 2008 18:47:00 +0000</pubDate>...
2008-12-05 20:59:23 UTC by lgauthier