[gatein-commits] gatein SVN: r9062 - epp/docs/branches/6.0/Developer_Guide/en-US.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 17 23:04:42 EST 2013


Author: rdickens
Date: 2013-01-17 23:04:42 -0500 (Thu, 17 Jan 2013)
New Revision: 9062

Modified:
   epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml
Log:
Replaced instance of 'GateIn Portal' with 'JBoss Portal Platform'

Modified: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml	2013-01-18 01:49:30 UTC (rev 9061)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml	2013-01-18 04:04:42 UTC (rev 9062)
@@ -43,14 +43,14 @@
           
           <title>The BOM Concept</title>
           <para>
-            To make the management of dependencies easier, GateIn Portal Team has prepared the Bill of Materials (BOM) needed for developing typical portlet applications. BOM is a Maven
+            To make the management of dependencies easier, JBoss Portal Platform Team has prepared the Bill of Materials (BOM) needed for developing typical portlet applications. BOM is a Maven
             <code>pom.xml</code>
-            file which specifies the versions, types and scopes of dependencies which are granted to be compatible with (or indeed in many cases provided by) GateIn Portal.
+            file which specifies the versions, types and scopes of dependencies which are granted to be compatible with (or indeed in many cases provided by) JBoss Portal Platform.
           </para>
         </section>
         <section id="sid-55378991_StartingaPortletProject-HowtoUseBOM">
           
-          <title>How to Use GateIn Portal BOM</title>
+          <title>How to Use JBoss Portal Platform BOM</title>
           <remark>FIXME: Link to Quickstarts section when it's available</remark>
           <para>
             Let us look at the
@@ -129,7 +129,7 @@
                 Define the version of GateIn we build for. In its dependencyManagement,
                 GateIn Bill of Materials (BOM) specifies the versions, types and scopes
                 of dependencies which are granted to be compatible with (or indeed 
-                in many cases provided by) GateIn Portal.
+                in many cases provided by) JBoss Portal Platform.
             --&gt;
             &lt;dependency&gt;
                 &lt;groupId&gt;org.jboss.bom&lt;/groupId&gt;
@@ -355,7 +355,7 @@
         
         <title>JSF2 Portlet Development</title>
         <para>
-          The Portlet Bridge pre-installed in GateIn Portal allows for implementing portlets with JavaServer Faces (JSF) 2.1 and RichFaces (RF) 4.2.3. As RichFaces is just a component library for JavaServer Faces, the guidelines for using both of them is very similar. More precisely, setup for a JavaServer Faces portlet project is a superset of a RichFaces project setup. In accordance with that, you need to read both
+          The Portlet Bridge pre-installed in JBoss Portal Platform allows for implementing portlets with JavaServer Faces (JSF) 2.1 and RichFaces (RF) 4.2.3. As RichFaces is just a component library for JavaServer Faces, the guidelines for using both of them is very similar. More precisely, setup for a JavaServer Faces portlet project is a superset of a RichFaces project setup. In accordance with that, you need to read both
           <xref linkend="sid-55477016"/>
           and
           <xref linkend="sid-55477018"/>
@@ -371,7 +371,7 @@
             <remark>FIXME: Link to Quickstarts section when it's available</remark>
             <para>
               This section cites code from JSF2 Hello World Portlet from the
-              link linkend="sid-55378941">GateIn Portal Quickstarts/link
+              link linkend="sid-55378941">JBoss Portal Platform Quickstarts/link
               collection.
             </para>
             <section id="sid-55477016_BasicJSFPortletDevelopment-pom.xml">
@@ -761,7 +761,7 @@
             <remark>FIXME: Link to Quickstarts section when it's available</remark>
             <para>
               This section cites code from JSF2+RF4 Hello World Portlet from the
-              link linkend="sid-55378941">GateIn Portal Quickstarts/link
+              link linkend="sid-55378941">JBoss Portal Platform Quickstarts/link
               collection.
             </para>
             <section id="sid-55477018_JSFPortletDevelopmentwithRichFaces-pom.xml">
@@ -1125,7 +1125,7 @@
         <title>Building and Deploying Portlets</title>
         <orderedlist>
           <listitem>
-            <para>Make sure you have your GateIn Portal instance is running.</para>
+            <para>Make sure you have your JBoss Portal Platform instance is running.</para>
           </listitem>
           <listitem>
             <para>Open a command line and navigate to the root directory of your portlet project.</para>



More information about the gatein-commits mailing list