[maven-release-plugin] copy for tag deltaspike-1.8.1
[maven-release-plugin] prepare release deltaspike-1.8.1
62 files changed
tree: 1541c094f621ec2ee4d53e239e2e854d4bc05227
  1. deltaspike/
  2. documentation/
  3. keys/
  4. site/
  5. template/
  6. .gitignore
  7. doap_DeltaSpike.rdf
  8. LICENSE.txt
  9. pom.xml
  10. README.md
README.md

Apache DeltaSpike

Apache DeltaSpike is a suite of portable CDI (Contexts & Dependency Injection) extensions intended to make application development easier when working with CDI and Java EE. Some of its key features include:

  • A core runtime that supports component configuration, type safe messaging and internationalization, and exception handling.
  • A suite of utilities to make programmatic bean lookup easier.
  • A plugin for Java SE to bootstrap both JBoss Weld and Apache OpenWebBeans outside of a container.
  • JSF integration, including backporting of JSF 2.2 features for Java EE 6.
  • JPA integration and transaction support.
  • A Data module, to create an easy to use repository pattern on top of JPA.
  • Quartz integration

Testing support is also provided, to allow you to do low level unit testing of your CDI enabled projects.

Getting Started

The easiest way to get started with DeltaSpike is to use Maven or Gradle as a build tool, as described in configuring in your project

Requirements to Build

  • Git
  • JDK 6
  • Maven

Just run mvn clean install from the top level directory, deltaspike to build the source code.