Versions Compared

Key

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

...

The samples found in the contributions below illustrate how to see more of SCA and Tuscany's features in action.

async

Note
titleTODO

document

...

finish documenting

This sample  demonstrates invocation of services offered in both synchronous and asynchronous forms. Asynchroncity is possible by either callback to or polling by the original service invoker.

sample-contribution-implementation-java-calculator-async

In the composite file src/main/resources/Calculator.composite the references "calculatorServiceRefSync"  and "calculatorServiceRefAsync" make use of the alternative implementations of the Calculator service described in the CalculatorSync and CalculatorAsync components and implemented in the calculator.CalculatorServiceSyncImpl and calculator.CalculatorServiceAsyncImpljava classes.

embedded-jse-async-sample-launcher

binding-comet

Note
titleTODO

Understand and Document

...