The Soabase examples show some of the features of the various bundles and utilities.
The Soabase examples are built using Apache Maven. Download the example POM into a new directory and then build it.
mkdir soabase cd soabase wget https://raw.githubusercontent.com/Randgalt/soabase/master/soabase-example/src/main/resources/pom.xml mvn clean package
The code for the examples is in the soabase-example module:
Used by both the Hello and Goodbye apps to initialize Soabase.
Contains the Soabase configuration fields.
The code for the Hello app.
The code for the Goodbye app.
Example Administration Console customizations.
Implements a simple in-memory database. Used to store dynamic attributes for the examples.
A temporary ZooKeeper server. Used for Service Discovery for the examples.