Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updating images for Release 1.1

...

The first thing you do is to create a folder on you disk into which you will download the TUSCANY distribution.

Image RemovedImage Added

Next you download the latest release distribution. Launch your browser and enter the following URL.
Latest Release - http://cwiki.apache.org/TUSCANY/sca-java-releases.html
Download both the bin zip as well as the src zip to the folder that you created on your disk. Once you completed the download you should see the following on your disk.

Image AddedImage Removed
 
Next you unzip the bin zip in place, you should see the following folder file structure on your disk after unzip is complete.
Image Removed Image Added

Setup Eclipse for Tuscany

...

Since some of you maybe interested in debugging also the Tuscany runtime code we will attach
the Tuscany source to the Tuscany runtime jar in the following step. In the User Libraies dialog
scroll down until you see the Tuscany runtime jar and select its Source attachment.

Image RemovedImage Added

Select the Edit... pushbutton on the right and in the Edit dialog use the External File... pushbutton
to the select the Tuscany src zip that we downloaded earlier.

Image RemovedImage Added

Select OK to complete this and the Preferences dialog, and you are done with the Tuscany setup
for Eclipse.

...

After completing these steps the content of the "store" project will look as follows.

 Image RemovedImage Added

Compose Services

...

After completing these steps the content of the "store" project will look as follows.

Image AddedImage Removed
 

Launch Services

...

 After completing these steps the content of the "store" project will look as follows.

Image AddedImage Removed
Congratulations you completed your 1st composite service applications, now its time to take it into
action.

...

The sample folder of the Tuscany distribution provides a rich set of samples ready for you to explore.

Image AddedImage Removed
 
In Eclipse create a New Java Project, specify the project name, select Create project from
existing source, and specify the folder that contains the sample source.

...