From do-not-reply at jboss.org Tue Feb 15 02:17:36 2011 Content-Type: multipart/mixed; boundary="===============8033690791777666505==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r5886 - in epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment: PortletBridge and 1 other directory. Date: Tue, 15 Feb 2011 02:17:36 -0500 Message-ID: <201102150717.p1F7Han0015865@svn01.web.mwc.hst.phx2.redhat.com> --===============8033690791777666505== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smumford Date: 2011-02-15 02:17:35 -0500 (Tue, 15 Feb 2011) New Revision: 5886 Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDe= velopment/PortletBridge/gettingstarted.xml epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDe= velopment/Standard.xml Log: JBEPP-753: Changed references to 5.0 to for future-proofing. Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/Po= rtletDevelopment/PortletBridge/gettingstarted.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletD= evelopment/PortletBridge/gettingstarted.xml 2011-02-15 07:05:16 UTC (rev 58= 85) +++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletD= evelopment/PortletBridge/gettingstarted.xml 2011-02-15 07:17:35 UTC (rev 58= 86) @@ -107,7 +107,7 @@
Before You Start - The embedded version in the &PRODUCT; is made to be compatible with the= JSF implementation, portal and application server that compose the product= . You will find the binaries embedded in jboss-epp-5.0/portletbri= dge + The embedded version in the &PRODUCT; is made to be compatible with the= JSF implementation, portal and application server that compose the product= . You will find the binaries embedded in jboss-epp-<VERSION>= ;/portletbridge You can run a provided archetype and deploy the generated war or ear in a few easy steps. Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/Po= rtletDevelopment/Standard.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletD= evelopment/Standard.xml 2011-02-15 07:05:16 UTC (rev 5885) +++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletD= evelopment/Standard.xml 2011-02-15 07:17:35 UTC (rev 5886) @@ -128,7 +128,7 @@ This section describes how to deploy a portlet in &PRODUCT;. - An example portlet called SimplestHelloWorld is a= vailable in the /jboss-epp-5.0-src/portal/examples/portlets/ directory of the &PRODUCT; sources package or the jboss-ep= p-5.0-docs/epp-doc/examples/portlets directory of the documentat= ion package. + An example portlet called SimplestHelloWorld is available in the /jboss-epp-<VERSION>-src/portal/exa= mples/portlets/ directory of the &PRODUCT; sources package or th= e jboss-epp-<VERSION>-docs/epp-doc/examples/portlets directory of the documentation package.
Compiling @@ -366,7 +366,7 @@ Compiling the example - The example used in this section is available in the /jboss= -epp-5.0-src/portal/examples/portlets/ directory of the &PRODUCT= ; sources package or the /jboss-epp-5.0-docs/epp-doc/examples/por= tlets directory of the documentation package. + The example used in this section is available in the /jboss= -epp-<VERSION>-src/portal/examples/portlets/ directory of = the &PRODUCT; sources package or the /jboss-epp-<VERSION>-d= ocs/epp-doc/examples/portlets directory of the documentation pac= kage. @@ -598,7 +598,7 @@ In order to write a portlet using JSF a 'bridge' is needed. T= his software allows developers to write a portlet application as if it was = a JSF application. The bridge then negotiates the interactions between the = two layers. - An example using the JBoss Portlet Bridge is available in the /jboss-epp-5.0-src/portal/examples/portlets/ directory of the= &PRODUCT; sources package or the /jboss-epp-5.0-docs/epp-doc/exa= mples/portlets directory of the documentation package. The confi= guration is slightly different from a JSP application. This example can be = used as a base to configure instead of creating a new application. + An example using the JBoss Portlet Bridge is available in the /jboss-epp-<VERSION>-src/portal/examples/portlets/ dire= ctory of the &PRODUCT; sources package or the /jboss-epp-<VERS= ION>-docs/epp-doc/examples/portlets directory of the document= ation package. The configuration is slightly different from a JSP applicati= on. This example can be used as a base to configure instead of creating a n= ew application. As in any JSF application, the file faces-config.xml is required. It must contain the following information: --===============8033690791777666505==--