Author: Grid.Qian
Date: 2009-08-31 00:33:48 -0400 (Mon, 31 Aug 2009)
New Revision: 17372
Modified:
trunk/bpel/docs/reference/en/modules/deploy.xml
trunk/bpel/docs/reference/en/modules/detail.xml
trunk/bpel/docs/reference/en/modules/install.xml
Log:
modify some print errors for the bpel docs
Modified: trunk/bpel/docs/reference/en/modules/deploy.xml
===================================================================
--- trunk/bpel/docs/reference/en/modules/deploy.xml 2009-08-31 00:42:43 UTC (rev 17371)
+++ trunk/bpel/docs/reference/en/modules/deploy.xml 2009-08-31 04:33:48 UTC (rev 17372)
@@ -1,120 +1,120 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="deploy">
- <title>Deploy a JBoss BPEL project into JBoss BPEL Runtime</title>
- <section id="createdeploy">
- <title>Creating a bpel-deploy.xml file</title>
- <para>If you want to deploy a BPEL project into JBoss BPEL Runtime, you
need to create a bpel-deploy.xml file.
- Our tools can help you to create it:
- </para>
- <itemizedlist>
- <listitem>
- <para>Create the bpel-deploy.xml by selecting
- <emphasis><property>New > Other... > BPEL 2.0 >
Apache ODE Deployment Descriptor</property></emphasis>.
- </para>
- <figure>
- <title>New BPEL Deploy file</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/deploy_createdeploy_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>BPEL Project: Click on the
<property>Browse...</property> button to select a BPEL project in your
workspace which you want to deploy into the runtime.
- Please note that you should select the bpel folder under the BPEL
project because the bpel-deploy.xml should be at this place.
- </para>
- <para>File name: The default value is bpel-deploy.xml. Please
don't change it.</para>
- <para>Click on <property>Finish</property> button to
close the wizard.</para>
- <figure>
- <title>New BPEL Deploy file Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/deploy_createdeploy_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>Double-click on the bpel-deploy.xml file to open it. In the
<property>Inbound Interface</property> section, click in the
- <property>Associated Port</property> column for the
<property>client</property> Parner link. Then select
<property>HelloWorldProcessPort</property>
- in the drop down box. Click in the other part of the eclipse, the
<property>Related Service</property> and <property>Binding
Used</property>
- clumns should automatically be filled in. Save the bpel-deploy.xml.
- </para>
- <figure>
- <title>bpel-deploy.xml file editor</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/deploy_createdeploy_3.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- </itemizedlist>
- </section>
- <section id="createruntime">
- <title>Creating JBoss BPEL Server</title>
- <para>Suppose you have installed the JBoss BPEL Runtime,
<property>RiftSaw</property>, now we can create a server for the JBoss BPEL
runtime</para>
- <itemizedlist>
- <listitem>
- <para>Open the <property>Servers view</property> by
selecting
- <emphasis><property>Windows > Show View > Other...
> Server > Servers</property></emphasis>.
- </para>
- </listitem>
- <listitem>
- <para>In the Servers view, right-click and select
- <emphasis><property>New >
Server</property></emphasis> to open a wizard:
- </para>
- <figure>
- <title>New Server Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/deploy_createdeploy_4.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>Server type: select <property>JBoss AS
5.1</property>. Please note that only JBoss As 5.1 or higher version support
BPEL.</para>
- <para>Click on the <property>Next</property> button. On
the next page, you can input your JBoss As location. Then click on the
<property>Next</property> button.
- you can get the page like this:
- </para>
- <figure>
- <title>Add resource to the server</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/deploy_createdeploy_5.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>Select <property>HelloWorld</property>, then
click on the <property>Add > </property> button to add the project to the
server.
- Then click on <property>Finish</property> button.
- </para>
- <para>Start the server by right-clicking on the server and
selecting the <property>Start</property> item. </para>
-
- <figure>
- <title>The started server</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/deploy_createdeploy_6.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>You can input the link <ulink
url="http://localhost:8080/bpel/processes.html">http://localhost:8080/bpel/processes.html</ulink>
in the browse to find the deployed processes.</para>
- <figure>
- <title>The BPEL console</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/deploy_createdeploy_7.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- </itemizedlist>
-
- </section>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="deploy">
+ <title>Deploy a JBoss BPEL project into JBoss BPEL Runtime</title>
+ <section id="createdeploy">
+ <title>Creating a bpel-deploy.xml file</title>
+ <para>If you want to deploy a BPEL project into JBoss BPEL Runtime, you
need to create a bpel-deploy.xml file.
+ Our tools can help you to create it:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>Create the bpel-deploy.xml by selecting
+ <emphasis><property>New > Other... > BPEL 2.0 >
Apache ODE Deployment Descriptor</property></emphasis>. Click on the
<property>Next</property> button.
+ </para>
+ <figure>
+ <title>New BPEL Deploy file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/deploy_createdeploy_1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>BPEL Project: Click on the
<property>Browse...</property> button to select a BPEL project in your
workspace which you want to deploy into the runtime.
+ Please note that you should select the bpel folder under the BPEL
project because the bpel-deploy.xml should be at this place.
+ </para>
+ <para>File name: The default value is bpel-deploy.xml. Please
don't change it.</para>
+ <para>Click on <property>Finish</property> button to
close the wizard.</para>
+ <figure>
+ <title>New BPEL Deploy file Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/deploy_createdeploy_2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>Double-click on the bpel-deploy.xml file to open it. In the
<property>Inbound Interface</property> section, click in the
+ <property>Associated Port</property> column for the
<property>client</property> Parner link. Then select
<property>HelloWorldProcessPort</property>
+ in the drop down box. Click in the other part of the eclipse, the
<property>Related Service</property> and <property>Binding
Used</property>
+ clumns should automatically be filled in. Save the bpel-deploy.xml.
+ </para>
+ <figure>
+ <title>bpel-deploy.xml file editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/deploy_createdeploy_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ </itemizedlist>
+ </section>
+ <section id="createruntime">
+ <title>Creating JBoss BPEL Server</title>
+ <para>Suppose you have installed the JBoss BPEL
Runtime-<property>RiftSaw</property>, now we can create a server for the JBoss
BPEL runtime</para>
+ <itemizedlist>
+ <listitem>
+ <para>Open the <property>Servers view</property> by
selecting
+ <emphasis><property>Windows > Show View > Other...
> Server > Servers</property></emphasis>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>In the Servers view, right-click and select
+ <emphasis><property>New >
Server</property></emphasis> to open a wizard:
+ </para>
+ <figure>
+ <title>New Server Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/deploy_createdeploy_4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>Server type: select <property>JBoss AS
5.1</property>. Please note that only JBoss As 5.1 or higher version support
BPEL.</para>
+ <para>Click on the <property>Next</property> button. On
the next page, you can input your JBoss As location. Then click on the
<property>Next</property> button.
+ you can get the page like this:
+ </para>
+ <figure>
+ <title>Add resource to the server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/deploy_createdeploy_5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>Select <property>HelloWorld</property>, then
click on the <property>Add > </property> button to add the project to the
server.
+ Then click on <property>Finish</property> button.
+ </para>
+ <para>Start the server by right-clicking on the server and
selecting the <property>Start</property> item. </para>
+
+ <figure>
+ <title>The started server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/deploy_createdeploy_6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>You can input the link <ulink
url="http://localhost:8080/bpel/processes.html">http://localhost:8080/bpel/processes.html</ulink>
in the browser to get the deployed processes.</para>
+ <figure>
+ <title>The BPEL console</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/deploy_createdeploy_7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ </itemizedlist>
+
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/bpel/docs/reference/en/modules/detail.xml
===================================================================
--- trunk/bpel/docs/reference/en/modules/detail.xml 2009-08-31 00:42:43 UTC (rev 17371)
+++ trunk/bpel/docs/reference/en/modules/detail.xml 2009-08-31 04:33:48 UTC (rev 17372)
@@ -7,7 +7,7 @@
<section id="createproject">
<title>Creating a BPEL project</title>
<para>Create a Web project by selecting
- <emphasis><property>New > Project... > BPEL 2.0 > BPEL
Project</property></emphasis>.
+ <emphasis><property>New > Project... > BPEL 2.0 > BPEL
Project</property></emphasis>. Click on the
<property>Next</property> button.
</para>
<figure>
<title>New BPEL Project</title>
@@ -20,7 +20,7 @@
<para>Enter the following information:</para>
<itemizedlist>
<listitem>
- <para>Project Name: enter a project name</para>
+ <para>Project Name: enter a project name. For example, enter
<property>HelloWorld</property>. </para>
</listitem>
</itemizedlist>
<figure>
@@ -57,13 +57,13 @@
<para>Click on the <property>Next</property> button. Enter the
following information:</para>
<itemizedlist>
<listitem>
- <para>BPEL Process Name: enter a project name</para>
+ <para>BPEL Process Name: enter a process name. For example,
<property>HelloWorld</property>. </para>
</listitem>
<listitem>
<para>Namespace: enter or select a namespace for the BPEL
process</para>
</listitem>
<listitem>
- <para>Template: select a template for the BPEL process. When you
select a template, below the raw, you will get the information for the
template.</para>
+ <para>Template: select a template for the BPEL process. When you
select a template, below the row, you will get the information for the
template.</para>
</listitem>
</itemizedlist>
<figure>
@@ -74,7 +74,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>Click on the <property>Next</property> button. On the
second page, make sure that the Fold <property>HelloWorld/bpel</property> is
selected.
+ <para>Click on the <property>Next</property> button. On the
second page, make sure that the fold <property>HelloWorld/bpel</property> is
selected.
Clink on the <property>Finish</property> button.
</para>
<para>All of your files that are used in your BPEL project must be under
the <property>bpel</property> folder. Only like this,
Modified: trunk/bpel/docs/reference/en/modules/install.xml
===================================================================
--- trunk/bpel/docs/reference/en/modules/install.xml 2009-08-31 00:42:43 UTC (rev 17371)
+++ trunk/bpel/docs/reference/en/modules/install.xml 2009-08-31 04:33:48 UTC (rev 17372)
@@ -1,19 +1,19 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="install">
- <title>Install the JBoss BPEL editor</title>
- <section id="installeclipse">
- <title>Installing the JBoss BPEL editor</title>
- <para>At first, you need an Eclipse(3.5). You can get it from <ulink
url="http://www.eclipse.org/downloads/download.php?file=/technology/...
Web Site.
- </para>
- <para>The JBoss BPEL editor is included in JBoss Tools. You have some
methods to install JBoss Tools. See <ulink
url="http://www.jboss.org/tools/download/installation.html">... JBoss
Tools</ulink> for more information.</para>
- <para>If you only want to install the JBoss BPEL editor, you may install it
from <ulink
url="http://jboss.org/tools/download/dev.html">JBoss
Tools</ulink> page. Please note that
- only JBoss Tools 3.1 or higher version include the JBoss BPEL editor.
- </para>
- </section>
- <section id="installRuntime">
- <title>Installing the JBoss BPEL Runtime</title>
- <para>If you want to deploy a BPEL project to JBoss runtime, you need to
download the JBoss BPEL Runtime by yourself. The JBoss BPEL Runtime
- is named RiftSaw. You can get it from <ulink url="">JBoss
RiftSaw</ulink> page.
- </para>
- </section>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="install">
+ <title>Install the JBoss BPEL editor</title>
+ <section id="installeclipse">
+ <title>Installing the JBoss BPEL editor</title>
+ <para>At first, you need an Eclipse(3.5). You can get it from <ulink
url="http://www.eclipse.org/downloads/download.php?file=/technology/...
Web Site.
+ </para>
+ <para>The JBoss BPEL editor is included in JBoss Tools. You have some
methods to install JBoss Tools. See <ulink
url="http://www.jboss.org/tools/download/installation.html">... JBoss
Tools</ulink> for more information.</para>
+ <para>If you only want to install the JBoss BPEL editor, you may install it
from <ulink
url="http://jboss.org/tools/download/dev.html">JBoss
Tools</ulink> page. Please note that
+ only JBoss Tools 3.1 or higher version include the JBoss BPEL editor.
+ </para>
+ </section>
+ <section id="installRuntime">
+ <title>Installing the JBoss BPEL Runtime</title>
+ <para>If you want to deploy a BPEL project to JBoss runtime, you need to
download the JBoss BPEL Runtime by yourself. The JBoss BPEL Runtime
+ is named RiftSaw. You can get it from <ulink
url="http://jboss.org/riftsaw">JBoss RiftSaw</ulink> page.
+ </para>
+ </section>
</chapter>
\ No newline at end of file