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/PortletDevelopment/PortletBridge/gettingstarted.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
Log:
JBEPP-753: Changed references to 5.0 to <VERSION> for future-proofing.
Modified:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/gettingstarted.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/gettingstarted.xml 2011-02-15
07:05:16 UTC (rev 5885)
+++
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/gettingstarted.xml 2011-02-15
07:17:35 UTC (rev 5886)
@@ -107,7 +107,7 @@
<section
id="sect-Reference_Guide-Getting_started_with_JBoss_Portlet_Bridge-Before_You_Start">
<title>Before You Start</title>
<para>
- 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 <filename>jboss-epp-5.0/portletbridge</filename>
+ 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
<filename>jboss-epp-<VERSION>/portletbridge</filename>
</para>
<para>
You can run a provided archetype and deploy the generated
<literal>war</literal> or <literal>ear</literal> in a few easy
steps. <!--(See <xref
linkend="sect-Reference_Guide-Getting_started_with_JBoss_Portlet_Bridge-Maven_Archetypes"
/>)-->
Modified:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml 2011-02-15
07:05:16 UTC (rev 5885)
+++
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/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;.
</para>
<para>
- An example portlet called <filename>SimplestHelloWorld</filename> is
available in the
<filename>/jboss-epp-5.0-src/portal/examples/portlets/</filename> directory of
the &PRODUCT; sources package or the
<filename>jboss-epp-5.0-docs/epp-doc/examples/portlets</filename> directory of
the documentation package.
+ An example portlet called <filename>SimplestHelloWorld</filename>
is available in the
<filename>/jboss-epp-<VERSION>-src/portal/examples/portlets/</filename>
directory of the &PRODUCT; sources package or the
<filename>jboss-epp-<VERSION>-docs/epp-doc/examples/portlets</filename>
directory of the documentation package.
</para>
<section
id="sect-Reference_Guide-Deploying_your_first_Portlet-Compiling">
<title>Compiling</title>
@@ -366,7 +366,7 @@
<formalpara
id="form-Reference_Guide-JavaServer_Pages_Portlet_Example-Compiling_the_example">
<title>Compiling the example</title>
<para>
- The example used in this section is available in the
<filename>/jboss-epp-5.0-src/portal/examples/portlets/</filename> directory of
the &PRODUCT; sources package or the
<filename>/jboss-epp-5.0-docs/epp-doc/examples/portlets</filename> directory
of the documentation package.
+ The example used in this section is available in the
<filename>/jboss-epp-<VERSION>-src/portal/examples/portlets/</filename>
directory of the &PRODUCT; sources package or the
<filename>/jboss-epp-<VERSION>-docs/epp-doc/examples/portlets</filename>
directory of the documentation package.
</para>
</formalpara>
<para>
@@ -598,7 +598,7 @@
In order to write a portlet using JSF a 'bridge' is needed. This
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.
</para>
<para>
- An example using the JBoss Portlet Bridge is available in the
<filename>/jboss-epp-5.0-src/portal/examples/portlets/</filename> directory of
the &PRODUCT; sources package or the
<filename>/jboss-epp-5.0-docs/epp-doc/examples/portlets</filename> directory
of the documentation package. The configuration 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
<filename>/jboss-epp-<VERSION>-src/portal/examples/portlets/</filename>
directory of the &PRODUCT; sources package or the
<filename>/jboss-epp-<VERSION>-docs/epp-doc/examples/portlets</filename>
directory of the documentation package. The configuration is slightly different from a JSP
application. This example can be used as a base to configure instead of creating a new
application.
</para>
<para>
As in any JSF application, the file <literal>faces-config.xml</literal>
is required. It must contain the following information:
Show replies by date