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 "SCA/SCA Component/SCA First Steps With Composite Designer"

< SCA
(New page: The objective of this tutorial is to show how to develop a simple SCA application using the STP/SCA Composite Designer. The tutorial illustrates how to: * Install the STP/SCA plugins a...)
 
Line 1: Line 1:
 
The objective of this tutorial is to show how to develop a simple SCA application using the STP/SCA Composite Designer.  
 
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: [[Media:FirstStepsWithTheSCADesigner.pdf|"First Steps with the SCA Composite Designer"]].
  
 
The tutorial illustrates how to:  
 
The tutorial illustrates how to:  

Revision as of 05:59, 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

The SCA Restaurant Application

First SCA Application

Change Implementation and bindings

Back to the top