Author: aakanksha_writer
Date: 2013-03-04 06:10:20 -0500 (Mon, 04 Mar 2013)
New Revision: 9194
Modified:
epp/docs/branches/6.0/Developer_Guide/en-US/Application_Development/Portlet_Development.xml
epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml
Log:
richfaces
Modified:
epp/docs/branches/6.0/Developer_Guide/en-US/Application_Development/Portlet_Development.xml
===================================================================
(Binary files differ)
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml 2013-03-04 03:54:54
UTC (rev 9193)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml 2013-03-04 11:10:20
UTC (rev 9194)
@@ -4,6 +4,20 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>6.0.0-21</revnumber>
+ <date>Mon Mar 04 2013</date>
+ <author>
+ <firstname>Aakanksha</firstname>
+ <surname>Singh</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Added Portlet develpment with Richfaces topic and incorporated
Jared review remarks for Quickstarts</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>6.0.0-20</revnumber>
<date>Fri Feb 27 2013</date>
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml 2013-03-04
03:54:54 UTC (rev 9193)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml 2013-03-04
11:10:20 UTC (rev 9194)
@@ -6,9 +6,8 @@
<para>The Quickstarts can be obtained in one of the following ways:</para>
<section id="JBoss_Portal_Platform_Downloads_Page">
<title>JBoss Portal Platform Downloads Page</title>
- <remark>Aakanksha, this was an itemized list for some reason. Not sure why,
when it could just be a normal para. I have also made the URL visible, as per the standard
for URLs. We shouldn't hide them for accessibility reasons. Also, we are supposed
to use "see" instead of "refer to" (this is a recent
thing introduced by ecs-standards@, of which you should be subscribed to).</remark>
<para>
- A zip archive containing all Quickstarts can be downloaded from the JBoss
Portal Platform Downloads page, located at <ulink
url="https://access.redhat.com/jbossnetwork/restricted/listSoftware....
+A zip archive containing all Quickstarts can be downloaded from the JBoss Portal Platform
Downloads page, located at <ulink
url="https://access.redhat.com/jbossnetwork/restricted/listSoftware....
<note>
<para>
For information on using the WOLF repository, see the
<filename>readme</filename> file packaged with the quickstarts.
@@ -17,35 +16,29 @@
</section>
<section id="JBoss_Developer_Studio_or_Eclipse_with_JBoss_Tools">
<title>JBoss Developer Studio or Eclipse with JBoss Tools</title>
- <remark>Aakanksha, this should be a <procedure>, not an itemized
list.</remark>
- <itemizedlist>
- <listitem>
+<procedure>
+ <title>Lauching JBoss Tools with Eclipse or JBoss Developer Studio</title>
+ <step>
<para>
- In your Workbench, go to
- <code>File > New > Example... > JBoss Tools
> Project Examples</code>
+ In your Workbench, go to<code>File > New > Example...
> JBoss Tools > Project Examples</code>
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
- In the New Project Example dialog, select the Site
- <code>JBoss Community JBoss Portal Platform Examples</code>
- from the drop down menu
+ In the New Project Example dialog, select the Site <code>JBoss
Community JBoss Portal Platform Examples</code>from the drop down menu.
</para>
- </listitem>
- <listitem>
- <para>
- Select one of the available Quickstarts, e.g.
- <code>Simplest Hello World Portlet</code>
+ </step>
+ <step>
+ <para>
+ Select one of the available Quickstarts, e.g.<code>Simplest Hello World
Portlet</code>
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
- Click
- <code>Finish</code>
- and the example project will be imported into your workspace.
+ Click <code>Finish</code> and the example project will be
imported into your workspace.
</para>
- </listitem>
- </itemizedlist>
+ </step>
+</procedure>
<note>
<para>
For more information on how to use and deploy quickstarts, refer to the
<filename>readme</filename> file <remark>packaged with</remark>of
the quickstart.