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.
-
JDK 7.0 or later
-
Maven 3.1.1 or later to build the samples. Maven can be downloaded from http://maven.apache.org/download.html.
-
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.
- The samples documentation can be found at https://fabric3.atlassian.net/wiki/display/FABRIC/Getting+Started.
- If you experience a problem or would like to suggest improvements, send a note to the user list (http://xircles.codehaus.org/projects/fabric3/lists) or file a JIRA issue.