Hi,
Let's break your questions into 2 distinct parts because they require
very different answers.

Q1 - RSS and Tapestry - essentially I think this is very much up to
you. RSS is just another data feed for al practical purposes - So
basically you would need to obtain an RSS feed, parse and then render
it in Tapestry (or even more simply - juse use XSL to generate HTML
and output to a page).

Q2 -  Forums - Tapestry is just a framework for building Web
applications. Even if there is/was a forum application written in
Tapestry - that wouldn't mean it would integrate with your custom
application because Tapestry really doesn't deal with user
authentication,  user data management or authorization. Basically you
need to pick a forum package based on basic capabilities (such as must
integrate with some type of Web single sign-on system such as CAS or
SAML - that your other Tapestry applications can support) and that you
can customize it's look and feel to meet your sites needs.

Finally my gut says what you probably really need is a portal (RSS and
collaboration and SSO just are basic calling signs :)).

Mark
 


On 8/31/05, Augmentin <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> I may be asking too much.
> 
> Just wonder how people integrate RSS feeds on to their Tapestry pages; and
> what Forum/Message Board solution you use with your Tapestry sites (if you
> need it)?
> 
> I looked into common solutions like mvnForum, jForum and J2EE PHPBB2
> Integrator Servlet but none is easy to integrate into my current Tapestry
> site, in particular problems with user authentication / security integration
> and to make those forum products nicely fitting within the Border component
> of my Tapestry site.
> 
> Maybe someone have developed or is developing a Forum/Message Board
> component in Tapestry? I have thought of developing it myself with the help
> of FCKEditor and Tapestry's Table component but it certainly is a lot of
> hard work and challenge.
> 
> Thanks for help.
> Raymond.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to