GitHub user brandonlamb opened a pull request:
https://github.com/apache/tomee/pull/329
Example Project - Kotiln, CDI, JAX-RS
DO NOT MERGE YET - WIP
- Kotlin
- CDI
- JAX-RS
- Domain-Driven Design
- Ports and Adapters
- Constructor injection, interfaces
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brandonlamb/tomee features/kotlin-cdi-jaxrs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/329.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #329
----
commit 5420e08cc1629e7f5fae52fa2b205030f734872f
Author: Brandon Lamb <brandon@...>
Date: 2018-12-29T23:50:44Z
Initial commit for a Kotiln, CDI, JAX-RS example
- Kotlin
- CDI
- JAX-RS
- Domain-Driven Design
- Ports and Adapters
- Constructor injection, interfaces
----
---