Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/BPEL Designer"

Line 15: Line 15:
 
#Start eclipse.exe
 
#Start eclipse.exe
 
#Create a workspace.
 
#Create a workspace.
#Download the [http://download.eclipse.org/technology/bpel/builds/nightly/bpel-0.5/2011-03-29_21-34-07-H60/all/bpel-0.5-Update-SNAPSHOT.zip BPEL Designer H60 snapshot] ('''Attention:''' The current BPEL Designer update site and all other versions will not work with our current SMILA plugins due to version conflicts!).<br>
 
 
#Open the eclipse menu: Help -&gt; Install New Software...
 
#Open the eclipse menu: Help -&gt; Install New Software...
#Select the downloaded file with&nbsp;[Add...] and [Archive...].
+
#Enter the update site of the BPEL Designer: [http://download.eclipse.org/technology/bpel/update-site/ http://download.eclipse.org/technology/bpel/update-site/]
#Select the only available package and click [Finish]
+
#Select the package and click [Finish]
#Exit eclipse
+
  
 
=== SMILA designer plugins ===
 
=== SMILA designer plugins ===
  
You can either build the latest version of our plugins from repository (see below), or just use the latest binary build from [http://build.eclipse.org/rt/smila/tooling/org.eclipse.smila.processing.designer_0.8.0.v20110331-1320.zip here] and expand it into the '''dropins''' folder of your eclipse installation.
+
You can either build the latest version of our plugins from repository (see below) or just use our update site: [http://download.eclipse.org/rt/smila/tooling/update-site/ http://download.eclipse.org/rt/smila/tooling/update-site/]<br/>
 +
The installation is the same as for the BPEL Designer above.
  
 
Now you can edit SMILA pipelines with the BPEL Designer. If you'd like to start with some example BPEL files, you could use the ones from the [http://dev.eclipse.org/svnroot/rt/org.eclipse.smila/trunk/core/SMILA.application/configuration/org.eclipse.smila.processing.bpel/pipelines/ SMILA application configuration]
 
Now you can edit SMILA pipelines with the BPEL Designer. If you'd like to start with some example BPEL files, you could use the ones from the [http://dev.eclipse.org/svnroot/rt/org.eclipse.smila/trunk/core/SMILA.application/configuration/org.eclipse.smila.processing.bpel/pipelines/ SMILA application configuration]

Revision as of 05:34, 22 June 2011

This page describes how to edit SMILA pipelines in the BPEL Designer.

Introduction

The BPEL Designer is an eclipse project that offers support for editing WS-BPEL 2.0 processes. Like other eclipse projects it may be extended using plugins. The SMILA project offers such plugins for editing SMILA specific activities (to invoke SMILA "pipelets" from a pipeline).

Installation

BPEL Designer

How to install the BPEL Designer:

  1. Download the Eclipse Platform Runtime Binary (at least version 3.6.2) from here.
  2. Unzip the package into an directory of your choice.
  3. Start eclipse.exe
  4. Create a workspace.
  5. Open the eclipse menu: Help -> Install New Software...
  6. Enter the update site of the BPEL Designer: http://download.eclipse.org/technology/bpel/update-site/
  7. Select the package and click [Finish]

SMILA designer plugins

You can either build the latest version of our plugins from repository (see below) or just use our update site: http://download.eclipse.org/rt/smila/tooling/update-site/
The installation is the same as for the BPEL Designer above.

Now you can edit SMILA pipelines with the BPEL Designer. If you'd like to start with some example BPEL files, you could use the ones from the SMILA application configuration

Development

If you'd like to modify the SMILA designer plugins or compile the latest version from repository, you can do that:

  1. Setup your RCP IDE (you could use this package)
  2. Install the BPEL Designer as described above (without our plugins)
  3. Select that installation as target platform (Window->Preferences->Plug-in Development->Target Platform)
  4. Checkout the SMILA designer plugins (https://dev.eclipse.org/svnroot/rt/org.eclipse.smila/trunk/tooling)

Don't forget to inform us, if you have a really cool modification that you would like to share ;-)

Back to the top