I'd really need to see this to believe it. Can you really use this kind of component without it being a page? Using a page allows for bookmarkable URLS, mount points, easy page parameter passing, all of which I use *extensively* to create my rss feeds. someone will have to prove me wrong if this can be all done without using a page.
If you have an idea for a way to have the exisiting API work and make it more extensible, I'm all ears. On 8/24/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: > > * Ryan Sonnek: > > http://www.jroller.com/wireframe/entry/wicket_and_rss_feeds > > > > Just wanted to post an announcement that there's a new wicket stuff > project > > (wicketstuff-rome) to allow for creation of RSS (or Atom) feeds from > within > > Wicket. I've been using it for the past several weeks and it's allowed > me > > to integrate RSS feeds into my Wicket app *very* quickly. > > > > This new project is a definite step up from the existing wicket wiki > article > > for Rss pages, but I'm not sure what to do about that info. Please let > me > > know if anyone has suggestions or issues with the project. Now that > it's on > > wicketstuff, feel free to tweak or add features! > > Actually to make it really reusable I would have put protected > abstract SyndFeed getFeed(); in FeedOutputComponent. So that we > can have the feed output in a component of a page instead of a > full page. > -- > Jean-Baptiste Quenot > aka John Banana Qwerty > http://caraldi.com/jbq/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
