https://github.com/atbashee/deltaspike-jakarta
Port of the core and some of the modules to Jakarta namespace (Jakarta EE 9.1)
https://github.com/atbashee/deltaspike-jakarta
Last synced: 2 months ago
JSON representation
Port of the core and some of the modules to Jakarta namespace (Jakarta EE 9.1)
- Host: GitHub
- URL: https://github.com/atbashee/deltaspike-jakarta
- Owner: atbashEE
- License: apache-2.0
- Created: 2022-03-26T20:29:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T18:45:18.000Z (over 2 years ago)
- Last Synced: 2025-01-18T12:26:07.319Z (4 months ago)
- Language: Java
- Size: 1.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
!!! note
Port of the core and some of the modules to Jakarta namespace (Jakarta EE 10.0)
# Apache DeltaSpike
* [Documentation](https://deltaspike.apache.org)
* [Mailing Lists](http://deltaspike.apache.org/community.html#Mailinglists)
* [Contribution Guide](http://deltaspike.apache.org/source.html)
* [JIRA](https://issues.apache.org/jira/browse/DELTASPIKE)
* [Apache License v2.0](https://www.apache.org/licenses/LICENSE-2.0)**Apache DeltaSpike** is a suite of portable CDI Extensions intended to make application development easier when working with CDI and Jakarta EE.
Note that Apache DeltaSpike is **not** a CDI container itself, but a set of portable Extensions for it!
Some of the key features of Apache DeltaSpike include:
- A core module 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, Apache OpenWebBeans and other CDI containers outside of a JavaEE server.
- 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.
- Scheduler integrationTesting 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](http://deltaspike.apache.org/documentation/configure.html)
## Requirements to Build
- Git
- JDK #11
- MavenJust run `mvn clean install` from the top level directory, `deltaspike` to build the source code.