See DeltaSpike in Action

A collection of ready-to-build Maven-based projects are provided to demonstrate the inclusion of DeltaSpike in applications. Each example showcases a different DeltaSpike feature and explores the mechanics of DeltaSpike implementation. You can use these examples to see DeltaSpike in action and learn how to add these capabilities to your own projects. The Maven-based project examples are available in deltaspike-project-1.9.4-source-release.zip.

To begin using the projects, complete the following steps:

  1. Download deltaspike-project-1.9.4-source-release.zip

  2. Extract the archive contents

    $ unzip deltaspike-project-1.9.4-source-release.zip
  3. Build the projects

    $ cd /path/to/deltaspike-project-1.9.4/examples
    $ mvn clean package

Next