[seam-dev] atom/rss jsf tag support

Nicklas Karlsson nickarls at gmail.com
Tue Aug 26 15:51:27 EDT 2008


> Granted, this is currently possible with Facelets doing
> it the manual way, shown below.

Now that you mention it, a facelets page does look a lot like a rss
feed ;-) The custom tag has the
advantage of being able to serve feeds in different formats with a
simple change in an attribute and then left to the
underlying feed implementation...

> I would like to see if
> we can limit the number of tags because a lot of tags gets closer to
> doing it the manual way. Perhaps we can use the attributes for text
> only and facets for non-text (just a thought).

Most functionality (single link, single author) could be accomplished
with the feed/entry pair. Multiple
links could then be offered as "advanced" functionality with ui:repeat
and r:link

> I'm not sure I understand why you need the document store, though.
> That is typically reserved for sending a binary format over the wire
> needing disposition headers. An RSS feed is just an XML stream and
> therefore you simply need to set the contentType on the JSF response.

Yep, it was a leftover from the excel module, committed an update that
does it the normal way

---
Nik



More information about the seam-dev mailing list