Do any tools exist for easily creating an RSS feed from a Java Collection of objects? I'm new to RSS and can see that creating the XML file that defines a channel isn't particularly difficult. But it seems like it would be nice to have a Java object of some sort that could just take a collection of objects and produce a finished XML page. Does such a thing exist? Dave