Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SMILA/BPEL Designer

< SMILA
Revision as of 04:46, 21 December 2010 by Unnamed Poltroon (Talk) (New page: This page describes how to edit SMILA pipelines in the BPEL Designer. == Introduction == The [http://www.eclipse.org/bpel/ BPEL Designer] is an eclipse project that offers support for ed...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 (pipelets and services).

Installation

BPEL Designer

Install the BPEL Designer either using its update site (see here) or from source repository.

SMILA designer plugins

Install the SMILA plugins org.eclipse.smila.processing.designer.model and org.eclipse.smila.processing.designer.ui into the eclipse installation of the BPEL designer. For example they could be placed into the dropin folder of eclipse.

Now you can edit SMILA pipelines with the BPEL Designer.

Known Issues

The current plugins are not finished yet and many issues need to be addressed:

  • Synchronizing of changes to pipelets/services between Source tab and Design tab
  • Direct editing of service annotations in the tree
  • Deployment of pipelines

(just as well the BPEL designer itself has some problems in the current version)

Back to the top