Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.4 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.4 KB

Fabric3 Spring Samples

Introduction

The samples are intended to demonstrate the capabilities of the Fabric3 runtime:

  • Starter Applications- These applications demonstrate using specific Fabric3 features. It is recommended users begin with these applications.

  • BigBank Loan Application - BigBank showcases advanced features of the Fabric3 runtime. It is intended to provide a complete, real-world application that demonstrates SCA and Fabric3 best-practices.

Prerequisites

Installation

  • To build the samples, execute the following command from the top level directory:

    mvn clean install

  • The samples also contain an automated build for assembling a single-VM runtime as well as a set of runtimes that form a multi-clustered domain. To automatically download and build the runtimes, execute the following command from the /servers directory:

    mvn clean install

Documentation

Reporting Issues