Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
Welcome to the Apache Tuscany SCA User guide. Here you will find information aimed to help you develop SCA components and applications using Tuscany's Java SCA implementation.

This is a work in progress, so please contribute and comment so we can make this valuable to you {section}{column:width=50%}{column}

\\
{panel:title=Apache Tuscany SCA User Guide|borderStyle=solid|borderColor=#6699ff|titleBGColor=#D5EFFF|bgColor=#ffffff}
[Introduction|#Intro]
[Obtaining a Tuscany Java SCA Implementation|Obtaining a Tuscany Java SCA Implementation]
[#Running the Calculator Sample]
[Running additional samples|Running the samples]
[#Building your own Calculator Application]
[Building an Application|Building an Application]
Using Extensions
\\
 
{panel}{section}

h3. {anchor:Intro}{color:#0099cc}Introduction{color}

Tuscany is based on Service Component Architecture (SCA). SCA is a simple model for creating service-oriented applications. SCA also provides a way to represent services in a variety of languages and a model for associating poicies with services.

Service Oriented Architecture (SOA) is an architectural approach driven by the need to overcome the challenges of tightly coupled and department-specific applications. SOA promises benefits such as improved business agility, improved flexibility, cost reduction, and the easy sharing of information in heterogeneous and distributed environments.

Service Component Architecture (SCA) addresses the complexity of developing an SOA solution through its simple model for creating service-oriented applications for the whole enterprise - from the client to the back-end.

h3. {anchor:Running the Calculator Sample}{color:#0099cc}Running the Calculator Sample{color}

#  Download the sample file.
#  Unzip it to a local folder such as C:\Temp
#  In Eclipse, select File --> Import \--> General \--> Existing Projects into Workspace
#  Click Next.
#  Select the Select root directory option and click the "Browse" button to point to C:\Temp.
#  Select CalcultorSample directory and click Finish. The project is created.
#  Expand the CalcultorSample. Expand "src/main/java/calculator", right-click CalculatorClient.java and select Run as ... \--> Java Application. You will see   the following output in the console view:

3 + 2=5.0
3 - 2=1.0
3 * 2=6.0
3 / 2=1.5

h3. {anchor:Building your own Calculator Application}{color:#0099cc}Building your own Calculator Application{color}


h4. {color:#0099cc}Components{color}

Compents are the building blocks for creating SOA Applications. They contain the information that defines the program logic or implementation (component implementation), how the component interacts with other components (component type) and defines how it fits in with the other parts of the soluion (composition/assembly).

h4. {color:#0099cc}Service Component Descritpion Language (SCDL){color}

{HTMLcomment:hidden}{children:sort=creation}{HTMLcomment}