blob: 7c957df11dc4f0c75bdd6fad6984cdaa15f7a8db [file] [log] [blame]
:notoc:
= See DeltaSpike in Action
:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
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-{latestStable}-source-release.zip`.
To begin using the projects, complete the following steps:
. link:https://deltaspike.apache.org/download.html[Download `deltaspike-project-{latestStable}-source-release.zip`]
. Extract the archive contents
+
[subs="+attributes"]
----
$ unzip deltaspike-project-{latestStable}-source-release.zip
----
+
. Build the projects
+
[subs="+attributes"]
----
$ cd /path/to/deltaspike-project-{latestStable}/examples
$ mvn clean package
----
== Next
* To see more ready-to-deploy DeltaSpike examples and templates, see <<external#,External Examples>>.
* To read how DeltaSpike is being used by developers, see <<articles#,Articles and Blogs>>.