All Projects → apache → Deltaspike

apache / Deltaspike

Licence: apache-2.0
Mirror of Apache Deltaspike

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Deltaspike

Kumuluzee Samples
KumuluzEE samples demonstrate how to get started using KumuluzEE microservice framework. They provide small, specific, working samples that can be used as a reference for your own projects.
Stars: ✭ 47 (-63.57%)
Mutual labels:  javaee
Dolphin Platform
This repository contains all java related sources of the Dolphin Platform.
Stars: ✭ 69 (-46.51%)
Mutual labels:  javaee
Dev Ref
Stars: ✭ 90 (-30.23%)
Mutual labels:  javaee
Jakartaee Docker
Effective Docker and Kubernetes for Java/Jakarta EE Developers
Stars: ✭ 53 (-58.91%)
Mutual labels:  javaee
Shoppingmall
使用主流框架组合SSM开发,并引入新技术,全面丰富的一个商城项目
Stars: ✭ 69 (-46.51%)
Mutual labels:  javaee
Metrics Cdi
CDI extension for Dropwizard Metrics
Stars: ✭ 76 (-41.09%)
Mutual labels:  javaee
Examination system
一个简单的教务查询系统(主要技术SpringMVC + Spring + Mybatis + Shiro + Bootstrap)
Stars: ✭ 978 (+658.14%)
Mutual labels:  javaee
Security Soteria
Java EE Security (JSR-375) Reference Implementation
Stars: ✭ 115 (-10.85%)
Mutual labels:  javaee
Javaee8 Playground
Test project for playing with Java EE 8 APIs. Includes early releases for the specifications that will be part of the Java EE 8 Platform (JSR-366 Umbrella Spec).
Stars: ✭ 69 (-46.51%)
Mutual labels:  javaee
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+896.12%)
Mutual labels:  javaee
Hrrs
Record, transform, and replay HTTP requests in Java EE and Spring applications.
Stars: ✭ 54 (-58.14%)
Mutual labels:  javaee
Wildfly Camel
WildFly Camel Subsystem
Stars: ✭ 66 (-48.84%)
Mutual labels:  javaee
Jsonp
Java API for JSON Processing (JSON-P)
Stars: ✭ 77 (-40.31%)
Mutual labels:  javaee
Openwebbeans
Apache OpenWebBeans
Stars: ✭ 47 (-63.57%)
Mutual labels:  javaee
Cargotracker
The project demonstrates how you can develop applications with Jakarta EE using widely adopted architectural best practices like Domain-Driven Design (DDD).
Stars: ✭ 93 (-27.91%)
Mutual labels:  javaee
Java Blogs
Blogs about Java
Stars: ✭ 39 (-69.77%)
Mutual labels:  javaee
Elemeimitate
基于安卓的网上订餐系统项目,仿饿了么APP,通过Volley框架进行网络数据交互,前端使用Android的Fragment,界面简洁,是一款基于C/S架构的APP系统,APP服务器采用Java开发
Stars: ✭ 71 (-44.96%)
Mutual labels:  javaee
Tomcat Maven Plugin
Mirror of Apache Tomcat Maven plugin
Stars: ✭ 127 (-1.55%)
Mutual labels:  javaee
Tomcat80
Mirror of Apache Tomcat 8.0.x
Stars: ✭ 113 (-12.4%)
Mutual labels:  javaee
Angular2andjavaee
This project should provide a starting point for people interested in using Angular 10 with Ivy in a Java EE environment.
Stars: ✭ 78 (-39.53%)
Mutual labels:  javaee

Apache DeltaSpike

Apache DeltaSpike is a suite of portable CDI Extensions intended to make application development easier when working with CDI and Java EE.

Contexts and Dependency Injection is a specification, published as:

Apache DeltaSpike is compatible with all those specification versions. 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 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 8
  • Maven

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].