Author: bbrodt
Date: 2011-07-14 11:06:56 -0400 (Thu, 14 Jul 2011)
New Revision: 32915
Removed:
branches/jbosstools-3.2.x/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml
Log:
Deleted obsolete bpel.xml cheatsheet content
https://issues.jboss.org/browse/JBDS-1667
Deleted:
branches/jbosstools-3.2.x/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml
===================================================================
---
branches/jbosstools-3.2.x/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml 2011-07-14
15:01:43 UTC (rev 32914)
+++
branches/jbosstools-3.2.x/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml 2011-07-14
15:06:56 UTC (rev 32915)
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<cheatsheet title="JBoss BPEL Tutorial">
-
- <intro>
- <description>
- Learn how to use JBoss BPEL editor.
- </description>
- </intro>
-
- <item title="Create a BPEL Project" skip="true">
- <description>
- If you want to deploy a bpel staff into JBoss BPEL server, the first step, you need
create a BPEL project.
-Of course, if you only need to draw a BPEL process, you don't need to do the
step.
- </description>
- <subitem
- label="Create a BPEL project by selecting "File > New
> Project... > BPEL 2.0 > BPEL Project" from the menu
bar."
- skip="false">
- </subitem>
- <subitem label="On the first page of the "New BPEL
Project" Wizard enter a project name in the "Project Name"
field. Click "Finish" button.">
- </subitem>
- </item>
-
- <item title="Create a BPEL Process" skip="true">
- <description>
- After create a BPEL project, you can create a BPEL process file in the project.
- </description>
- <subitem
- label="Create a BPEL process file by selecting "File >
New > Others... > BPEL 2.0 > New BPEL Process File" from the
menu bar.">
- </subitem>
- <subitem label="On the first page of the "Create a BPEL Process
File" Wizard enter a process name in the "BPEL Process Name"
field, a process's namesapce in the "Namespace" field, and a
process's template in the "Template" field. Click
"Next" button.">
- </subitem>
- <subitem label="On the second page of the "Create a BPEL Process
File" Wizard select the "bpelContent" folder of the BPEL
project. Click "Finish" button.">
- </subitem>
- </item>
-
- <item title="Edit the BPEL Process file" skip="true">
- <description>
- For getting a useful BPEL process, you need to edit the BPEL process file by
adding some BPEL elements.<br/><br/>
-From the "Palette" view, you can add a BPEL element to the BPEL process
by dragging and dropping it.<br/><br/>
-From the "Properties" view, you can edit the attributes of a BPEL
element.<br/><br/>
-From the "Tray of the BPEL editor", you can add a Partner link,
Variable, Correlation Set or Message Exchange to the BPEL process.<br/><br/>
-If the "Properties" view and "Palette" view are not
opened, you can open the views by right-clicking the BPEL editor and selecting
"Show in Properties", "Show Palette in Palette view".
-
- </description>
- </item>
-
- <item title="Edit the WSDL file" skip="true">
- <description>
- For getting a runnable BPEL staff, beside the BPEL process file, you need a WSDL to
describe how to use the BPEL process. As default, the system has genereted a WSDL for the
BPEL staff. You need to edit it to support your BPEL project. <br/><br/>
-Open the WSDL using the WSDL editor, add "Service" and
"Binding" by right-clicking on the WSDL editor, and set the attributes
of them in the "Properties" view.
- </description>
- </item>
-
- <item title="Create a bpel-deploy.xml file" skip="true">
- <description>
- If you want to deploy a BPEL project to JBoss BPEL Runtime, you need to create a
bpel-deploy.xml file.
- </description>
- <subitem label="Create a bpel-deploy.xml by selecting "File
> New > Other... > BPEL 2.0 > Apache ODE Deployment
Descriptor" from the menu bar.">
- </subitem>
- <subitem label="On the first page of the "Apache ODE Deployment
Descriptor" Wizard choose the "bpelContent" folder of a bpel
project in the "BPEL Project" field and enter
"bpel-deploy.xml" in the "File name" field. Click
"Finish" button.">
- </subitem>
- <subitem label="Double-click the bpel-deploy.xml file to open it in ODE
Descriptor Deployment Editor. In the "Inbound Interfaces" section, click
the "Associated Port" column and in the dropdown box select a BPEL port
that is defined in the WSDL file.The Related Service and Binding Used columns should be
automatically filled in. Save the bpel-deploy.xml file.">
- </subitem>
- </item>
-
- <item title="Create a JBoss BPEL Server" skip="true">
- <description>
- Suppose you have installed the JBoss BPEL Runtime-RiftSaw into a JBoss server,
you can create a server in JBoss Tools for JBoss BPEL runtime.
- </description>
- <subitem label="Open the "JBoss Server" view by selecting
"Windows > Show View > Other... > Server > JBoss
Server view" in the menu bar.">
- </subitem>
- <subitem label="Right-click the JBoss Server view and select "New
> Server" to open the New Server Wizard">
- </subitem>
- <subitem label="On the first page of the "New Server"
Wizard select "JBoss AS 5.1" in the "Select the server
type" field, input a server name in the "Server name" field
and select a runtime in the "Server runtime environment" field. Click
"Next" button.">
- </subitem>
- <subitem label="On the second page of the "New Server"
Wizard input your JBoss AS location in the "JBoss AS Location" field.
Click "Next" button.">
- </subitem>
- <subitem label="On the third page of the "New Server"
Wizard select a BPEL resource in the left column, click "Add >"
button to add the BPEL resource to the right column. Click "Finish"
button.">
- </subitem>
- </item>
-
- <item title="Deploy the BPEL Process into the JBoss BPEL Server"
skip="true">
- <description>
- If you don't add a BPEL resource into the server in the third step of
"Create a JBoss BPEL Server", you can right-click on the server item in
the "JBoss Server" view and select the "Add and
Removes...", then you can do the step as the third step of "Create a
JBoss BPEL Server".
-<br/><br/>
-After these steps, you can start the server to test your BPEL staff.
- </description>
- </item>
-</cheatsheet>