Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first thing you do is to Start start Eclipse and go to Help -> Software Updates -> Find and Install,
select "Search for new features to install" and then click next

Image Removed

Next you On the next dialog, click on "New Remote Site..." to create a new site entry. Give it a name such as
"Tuscany" and add the site URL as "*http://people.apache.org/~jsdelfino/tuscany/tools/updatesite/"*Image Added

Make sure the "Remote  Site" that was just created is selected, and click "Finish"

Select the "Apache Tuscany SCA Tools" and click "Next", and then, on the next dialog, click "Finish"

Image Removed

Accept the "Plugin License"

and next click on "Install All"

Image Removed

When asked to "restart eclipse", click the  "yes" button. 

Image AddedNext click OK, make sure the new remote site is checked, and click Finish

Create your 1st Composite Service Application

...

In this step you create a Java Project in Eclipse to hold the composite service application.
Click on the New Java Project button   in the toolbar to launch the project creation dialog.
Next you enter "store" as the Project name, and for Project Layout select Create separate
folders for sources and class files.

 

 
Hit the Next button, and on the following page go to the Libraries tab. Use the Add Library...
button on the right to add the TUSCANY user Tuscany Library library to the project.
 

 
 
Hit the Finish button to complete the New Java Project dialog to create the "store" java project. 
 

 
 

...