Versions Compared

Key

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

...

Maven gives a fair bit of help in creating Eclipse projects from existing project. Most of the effort is involved in working out what the dependencies are. Without Maven we need to make all of the Tuscany libraries available to the SCA projects we load into Eclipse. We're going to do this by creating a TUSCANY library variable. Once we have this set we can create new projects, load existing resources into them and associate them with the TUSCANY variable so that all the dependencies are satisfied.

2.1 -

...

Install the Tuscany distribution

Follow the steps detailing in the "Install the Tuscany distribution" section of the page that discussed how to get started with Eclipse. For the travel sample you'll need to install the latest 1.6 release of the Tuscany SCA Java runtime.

2.2 - Setup Eclipse for Tuscany

Follow the steps detailing in the "Setup Eclipse for Tuscany" section of the page that discussed how to get started with Eclipse. For the travel sample you'll need to install the latest 1.6 release of the Tuscany SCA Java runtime. It's a this stage that the TUSCANY library variable gets set.

2.3 - Create a Java project to contain the SCA artifact

2.4 - Import the SCA artifacts