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

Difference between revisions of "Swordfish Documentation: Flight Reservation Tutorial"

(Getting Started)
(Service Development)
Line 14: Line 14:
 
==Creating and Running a Service==
 
==Creating and Running a Service==
 
===Service Development===
 
===Service Development===
 
+
This topic contains instructions on how to create a service provider with the code-first approach (Flight reservation).
 
+
? @SME: What is the cod-first approach?
 +
<ol>
 +
<li>Download the <tt>org.eclipse.swordfish.samples.bpel.reservationservice/</tt> from <tt>
 +
http://odeintegration.googlecode.com/svn/trunk/org.eclipse.swordfish.samples.bpel.reservationservice/</tt></li>
 +
<br>
 +
The sample project contains the following folders:<br>
 +
[[Image:bpel1_sample.png]]
 +
<li></li>
 +
<li></li>
 +
<li></li>
 +
</ol>
  
 
===Service Orchestration===
 
===Service Orchestration===

Revision as of 08:21, 29 July 2009

Flight Reservation Tutorial

This is a short tutorial that you can follow and try out. The aim of the instructions in this tutorial is to help you use the Swordfish components

Prerequisites

  • Eclipse Galileo (Eclipse 3.5) build or later. The examples described here are based on Eclipse 3.5.
  • ODE?

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

Service Development

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

  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:
    File:Bpel1 sample.png

Service Orchestration


Swordfish Documentation Home
Swordfish Wiki Home

Back to the top