Tuscany Loan Application Conversational and Callback Services Sample

Overview

This sample illustrates the use of conversational services and callbacks in Tuscany.

Location

The sample is located  in the samples\standalone\loanapplication directory. All commands should be issued while working in the sample directory.

Prerequisites

Obtain the following prerequisites and install according to their documentation.

Building

To build the sample  issue :

mvn install

The result after executing is in the target subdirectory the loan-application.jar

Running

Boot the Tuscany standalone runtime environment using the following command:

java -jar {path-to-launcher.jar} target/loan-application.jar 

where {path-to-launcher.jar} is the path to the Tuscany launcher jar


Results