[overlord-commits] Overlord SVN: r392 - in cdl/trunk/docs/docbook: userguide/src/main/module and 1 other directory.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Mon Oct 20 05:22:44 EDT 2008


Author: jeff.yuchang
Date: 2008-10-20 05:22:43 -0400 (Mon, 20 Oct 2008)
New Revision: 392

Modified:
   cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml
   cdl/trunk/docs/docbook/userguide/src/main/module/author_group.xml
   cdl/trunk/docs/docbook/userguide/src/main/module/getting_started.xml
Log:
* Update a bit on the getting started and samples guide.


Modified: cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml
===================================================================
--- cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml	2008-10-19 21:54:56 UTC (rev 391)
+++ cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml	2008-10-20 09:22:43 UTC (rev 392)
@@ -37,10 +37,10 @@
 	</para>
 	<orderedlist>
 		<listitem>
-Select the 'Import...' menu item, associated with the context menu on the background of the left panal (Navigator or Package depending on perspective being viewed). When the import dialog appears, select the General->ExistingProject from Workspace option and press the 'Next' button.
+Select the <emphasis role="bold">'Import...'</emphasis> menu item, associated with the context menu on the background of the left panal (Navigator or Package depending on perspective being viewed). When the import dialog appears, select the <emphasis role="bold">General->ExistingProject</emphasis> from Workspace option and press the <emphasis role="bold">'Next'</emphasis> button.
 		</listitem>
 		<listitem>
-Ensuring that the 'Select root directory' radio button is selected, press the 'Browse' button and navigate to the <filename>samples/purchasing/models</filename> folder, press 'Ok' and then press 'Finish'.
+Ensuring that the 'Select root directory' radio button is selected, press the <emphasis role="bold">'Browse'</emphasis> button and navigate to the <filename>samples/purchasing/models</filename> folder, press 'Ok' and then press 'Finish'.
 		</listitem>
 		<listitem>
 Then repeat steps (1) and (2) for the following project folders:
@@ -86,7 +86,8 @@
 
 		<orderedlist>
 			<listitem>
-		First step is to install the ESB services. In a command window,
+		First step is to install the ESB services. (Presumely the JBoss ESB server started already)
+				In a command window,
 			<itemizedlist>
 				<listitem>
 			Go to the <filename>$Overlord/samples/purchasing/store</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
@@ -104,6 +105,11 @@
 		<para>
 To see a different response from the client, change the <emphasis>isCreditValid</emphasis> method on the <emphasis>CreditAgencyPurchase</emphasis> class, within the <filename>common/creditAgency</filename> ESB service implementation, and then re-deploy the Credit Agency service. Then when the client is re-run, a 'BuyFailed' message will be returned.
 		</para>
+		
+		<tip>
+		  <para>You can undeploy the corresponding esb artifact by through command <command>ant undeploy</command> in its directory, such as 
+		  $Overlord/samples/purchasing/store</para>
+		</tip>
 
 	</section>
 
@@ -202,7 +208,8 @@
 
 		<orderedlist>
 			<listitem>
-			First step is to install the ESB services. In a command window,
+			First step is to install the ESB services (Presumely the JBoss ESB server started already) 
+				In a command window,
 				<itemizedlist>
 					<listitem>
 				Go to the <filename>$Overlord/samples/brokerage/supplier</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
@@ -219,6 +226,11 @@
 			Go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runBrokerageClient</emphasis>, which will initially send an 'enquiry' message to the Broker, which will communicate with the set of Suppliers to obtain the best quote. The client will then send a 'buy' request, which will result in the Broker performing a credit check before returning a response to the client.
 			</listitem>
 		</orderedlist>
+		
+		<tip>
+		  <para>You can undeploy the corresponding esb artifact by through command <command>ant undeploy</command> in its directory, such as 
+		  $Overlord/samples/brokerage/supplier</para>
+		</tip>
 	</section>
 
   </section>

Modified: cdl/trunk/docs/docbook/userguide/src/main/module/author_group.xml
===================================================================
--- cdl/trunk/docs/docbook/userguide/src/main/module/author_group.xml	2008-10-19 21:54:56 UTC (rev 391)
+++ cdl/trunk/docs/docbook/userguide/src/main/module/author_group.xml	2008-10-20 09:22:43 UTC (rev 392)
@@ -3,4 +3,5 @@
 ]>
 <authorgroup>
   <corpauthor>Gary Brown</corpauthor>
+  <corpauthor>Jeff Yu</corpauthor>
 </authorgroup>

Modified: cdl/trunk/docs/docbook/userguide/src/main/module/getting_started.xml
===================================================================
--- cdl/trunk/docs/docbook/userguide/src/main/module/getting_started.xml	2008-10-19 21:54:56 UTC (rev 391)
+++ cdl/trunk/docs/docbook/userguide/src/main/module/getting_started.xml	2008-10-20 09:22:43 UTC (rev 392)
@@ -227,11 +227,11 @@
        <section>
        		<title>Prerequisites</title>
        		<orderedlist>
-       			<listitem>JBossAS (version 4.2.3.GA or higher), available from http://www.jboss.org/jbossas</listitem>
-       			<listitem>JBossESB (version 4.4.GA or higher), available from http://www.jboss.org/jbossesb</listitem>
+       			<listitem>JBossAS (version 4.2.3.GA or higher), available from  <ulink href="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink></listitem>
+       			<listitem>JBossESB (version 4.4.GA or higher), should download the <emphasis role="bold">jbossesb-4.4.GA.zip</emphasis>, available from <ulink href="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink></listitem>
        			<listitem>Overlord CDL (version 1.0-SNAPSHOT or higher) </listitem>
        			<listitem>
-       			pi4soa (version 2.0.0 or higher), available from http://www.pi4soa.org
+       			pi4soa (version 2.0.0 or higher), available from <ulink href="http://www.pi4soa.org">http://www.pi4soa.org</ulink>
        				<note>
        					<para>
        						It is recommended that a pre-packaged version is used, which includes all of the necessary Eclipse related plugins. 
@@ -240,7 +240,7 @@
        				</note> 
        			</listitem>
        			<listitem>
-       				Ant, available from http://ant.apache.org/
+       				Ant, available from <ulink href="http://ant.apache.org/">http://ant.apache.org</ulink>
        			</listitem>
        		</orderedlist>
        </section>
@@ -298,11 +298,11 @@
 									From the <emphasis role="bold"> Available Software</emphasis> tab, press the “Add Site...” button
 								</listitem>
 								<listitem>
-									Press the “Local” button, browse to locate the <emphasis role="bold">tools</emphasis> folder in the Overlord CDL distribution, 
+									Press the <emphasis role="bold">“Local”</emphasis> button, browse to locate the <emphasis role="bold">tools</emphasis> folder in the Overlord CDL distribution, 
 									and then press the OK button. This will cause the local Eclipse update site, bundled with the Overlord CDL distribution, to be add to the <emphasis role="bold"> Available Software </emphasis> tab.
 								</listitem>
 								<listitem>
-									Select the root node of the newly added local update site, and then press the “Install” button and follow the instructions to install the plugins.
+									Select the root node of the newly added local update site, and then press the <emphasis role="bold">“Install”</emphasis> button and follow the instructions to install the plugins.
 								</listitem>
 							</itemizedlist>
 						</para>




More information about the overlord-commits mailing list