Skip to content

Fabric3/samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabric3 Sample Applications

Introduction

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

  • Starter Applications - Applications that demonstrate how to develop basic distributed applications using Fabric3. It is recommended users begin here.

  • Feature Applications - Applications that demonstrate using specific Fabric3 features.

Prerequisites

Installation

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

    mvn clean install

    Be sure to ensure port 8181 is available as the Fabric3 sever is configured to use that port.

  • The samples also contain an automated build for assembling a single-VM runtime.

Documentation

Reporting Issues