Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.22 KB

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