From do-not-reply at jboss.org Tue Jan 29 11:07:52 2013 Content-Type: multipart/mixed; boundary="===============5838850010990544737==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r9062 - epp/docs/branches/6.0/Developer_Guide/en-US. Date: Thu, 17 Jan 2013 23:04:42 -0500 Message-ID: <201301180404.r0I44gRW025236@svn01.web.mwc.hst.phx2.redhat.com> --===============5838850010990544737== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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_de= velopment.xml Log: Replaced instance of 'GateIn Portal' with 'JBoss Portal Platform' Modified: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Applica= tion_development.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/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_d= evelopment.xml 2013-01-18 01:49:30 UTC (rev 9061) +++ epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_d= evelopment.xml 2013-01-18 04:04:42 UTC (rev 9062) @@ -43,14 +43,14 @@ = The BOM Concept - To make the management of dependencies easier, GateIn Portal T= eam 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 Pl= atform Team has prepared the Bill of Materials (BOM) needed for developing = typical portlet applications. BOM is a Maven pom.xml - file which specifies the versions, types and scopes of depende= ncies which are granted to be compatible with (or indeed in many cases prov= ided by) GateIn Portal. + file which specifies the versions, types and scopes of depende= ncies which are granted to be compatible with (or indeed in many cases prov= ided by) JBoss Portal Platform.
= - How to Use GateIn Portal BOM + How to Use JBoss Portal Platform BOM FIXME: Link to Quickstarts section when it's available Let us look at the @@ -129,7 +129,7 @@ Define the version of GateIn we build for. In its dependen= cyManagement, GateIn Bill of Materials (BOM) specifies the versions, typ= es and scopes of dependencies which are granted to be compatible with (o= r indeed = - in many cases provided by) GateIn Portal. + in many cases provided by) JBoss Portal Platform. --> <dependency> <groupId>org.jboss.bom</groupId> @@ -355,7 +355,7 @@ = JSF2 Portlet Development - The Portlet Bridge pre-installed in GateIn Portal allows for imp= lementing portlets with JavaServer Faces (JSF) 2.1 and RichFaces (RF) 4.2.3= . As RichFaces is just a component library for JavaServer Faces, the guidel= ines for using both of them is very similar. More precisely, setup for a Ja= vaServer 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 (R= F) 4.2.3. As RichFaces is just a component library for JavaServer Faces, th= e 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 and @@ -371,7 +371,7 @@ FIXME: Link to Quickstarts section when it's available= This section cites code from JSF2 Hello World Portlet from t= he - link linkend=3D"sid-55378941">GateIn Portal Quickstarts/link + link linkend=3D"sid-55378941">JBoss Portal Platform Quicksta= rts/link collection.
@@ -761,7 +761,7 @@ FIXME: Link to Quickstarts section when it's available= This section cites code from JSF2+RF4 Hello World Portlet fr= om the - link linkend=3D"sid-55378941">GateIn Portal Quickstarts/link + link linkend=3D"sid-55378941">JBoss Portal Platform Quicksta= rts/link collection.
@@ -1125,7 +1125,7 @@ Building and Deploying Portlets - Make sure you have your GateIn Portal instance is runnin= g. + Make sure you have your JBoss Portal Platform instance i= s running. Open a command line and navigate to the root directory o= f your portlet project. --===============5838850010990544737==--