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

Difference between revisions of "SCA/SCA Component/SCA First Steps With Composite Designer"

< SCA
(Prerequisities)
Line 16: Line 16:
  
 
== Prerequisities ==
 
== Prerequisities ==
 +
 +
In order to be able to test the sample SCA application, you need to :
 +
 +
* install Apache Tuscany on your machine,
 +
* set up Eclipse for Tuscany.
  
 
== The SCA Restaurant Application==
 
== The SCA Restaurant Application==

Revision as of 06:02, 26 May 2008

The objective of this tutorial is to show how to develop a simple SCA application using the STP/SCA Composite Designer.

You can download a pdf version of this tutorial: "First Steps with the SCA Composite Designer".

The tutorial illustrates how to:

  • Install the STP/SCA plugins and Apache Tuscany
  • Define an SCA assembly with the SCA Composite Designer
  • Refine properties in an SCA assembly
  • Define an SCA assembly with different implementation technologies
  • Define an RMI binding
  • Run and test SCA assemblies with Tuscany


Prerequisities

In order to be able to test the sample SCA application, you need to :

  • install Apache Tuscany on your machine,
  • set up Eclipse for Tuscany.

The SCA Restaurant Application

First SCA Application

Change Implementation and bindings

Back to the top