[seam-commits] Seam SVN: r7580 - trunk/doc/reference/en/modules.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Mar 14 08:24:55 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-03-14 08:24:55 -0400 (Fri, 14 Mar 2008)
New Revision: 7580
Modified:
trunk/doc/reference/en/modules/configuration.xml
Log:
Document that you should use JBoss Portlet Bridge
Modified: trunk/doc/reference/en/modules/configuration.xml
===================================================================
--- trunk/doc/reference/en/modules/configuration.xml 2008-03-14 12:08:54 UTC (rev 7579)
+++ trunk/doc/reference/en/modules/configuration.xml 2008-03-14 12:24:55 UTC (rev 7580)
@@ -864,12 +864,15 @@
</sect1>
<sect1>
- <title>Configuring Seam in a Portal</title>
+ <title>Running Seam in a Portlet</title>
- <para> To run a Seam application as a portlet, you'll need to provide certain portlet metadata
- (<literal>portlet.xml</literal>, etc) in addition to the usual Java EE metadata. See the
- <literal>examples/portal</literal> directory for an example of the booking demo preconfigured to run on
- JBoss Portal. </para>
+ <para>
+ If you want to run your Seam application in a portlet, take a look at
+ the JBoss Portlet Bridge, an implementation of JSR-301 that supports
+ JSF within a portlet, with extensions for Seam and RichFaces. See
+ <ulink url="http://labs.jboss.com/portletbridge">http://labs.jboss.com/portletbridge</ulink>
+ for more.
+ </para>
</sect1>
More information about the seam-commits
mailing list