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

Swordfish Documentation: Flight Reservation Tutorial

Revision as of 06:31, 30 July 2009 by Anne.aloysious.sopera.de (Talk | contribs) (Creating and Running a Service Provider and Consumer)

Flight Reservation Tutorial

Everything in this section is still in draft state. It will be subject to review and editing by the Swordfish team members.

What this tutorial covers

This is a short tutorial that you can use to learn more about Swordfish. The use case covered in this tutorial involves creating and running a service provider using the Swordfish Runtime and Tooling components.

What it does not cover

This tutorial assumes that the user is familiar with the Eclipse IDE and Java programming. This tutorial does not provide an introduction to the Eclipse IDE, Eclipse runtime projects or to the Java programming language.

Prerequisites

  • Eclipse Galileo (Eclipse 3.5) build or later. The examples described here are based on Eclipse 3.5.
  • Swordfish Runtime Framework
  • Swordfish Tooling
  • ODE bundels from the Swordfish update site

Getting Started

Before you start, you need to download and install Swordfish Tooling in Eclipse IDE. Once you've done that create a target platform. For instructions, see http://help.eclipse.org/galileo/index.jsp, under Swordfish User guide

Creating and Running a Service Provider and Consumer

Flight reservation2.png


Service Development

This topic contains instructions on how to create a service provider with the code-first approach (Flight reservation) and the WSDL-first approach (Payment processing).
? @SME: What is the code-first approach?

Creating and Invoking a Service Provider and Consumer


To create the service and invoke the service provider:

  1. Create the service provider using the code-first approach (for the Flight Reservation).
    1. Download the org.eclipse.swordfish.samples.bpel.reservationservice from http://odeintegration.googlecode.com/svn/trunk/org.eclipse.swordfish.samples.bpel.reservationservice/

    2. The sample project contains the following folders:
      Bpel sample2.png

    3. Copy the sample implementation.
    4. Start the service provider.
    5. Display WSDL(1) and save it in the file system.
    6. Upload WSDL(1) into the service registry.
    7. Call a service using the Web Service Explorer.
  2. Create a service provider using the WSDL-first approach (for the Payment Processing).
    1. Select WSDL (2: should we use the file name instead?) from the file system
    2. Generate code (how? what? where? More steps, please)
    3. Copy sample implementation (file names and location?)

Service Orchestration

Add a short description of what you plan to do & why here.

Creating and Invoking a BPEL Process

To create and invoke a BPEL process:


Swordfish Documentation Home
Swordfish Wiki Home

Back to the top