Available SCA samples

The following sample applications are supplied with STC SCA:

Restaurant

This sample provides a simple SCA composite named Restaurant, which is comprised of five components:

The test.Client exercises this interface by calling getMenus and getBill operations. This results in messages passing to the appropriate components in the composite across the local wires (Java binding).

Restaurant - RMI Service

This sample extends the Restaurant sample by replacing the local service binding with an RMI binding. So a Java client can call the service exposed by the SCA application using an RMI client.

Restaurant - RMI Reference

This sample splits the initial restaurant sample in two composites:

The reference specified in the restaurant composite file include an RMI binding which targets the bill composite.

Restaurant - Script

This sample is the same as the simple restaurant sample except that:

Restaurant - Composite

This sample splits the initial restaurant sample into two composites: