$ unzip deltaspike-project-1.9.4-source-release.zip
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:
Extract the archive contents
$ unzip deltaspike-project-1.9.4-source-release.zip
Build the projects
$ cd /path/to/deltaspike-project-1.9.4/examples $ mvn clean package
To see more ready-to-deploy DeltaSpike examples and templates, see External Examples.
To read how DeltaSpike is being used by developers, see Articles and Blogs.