https://github.com/daggerok/java-se-cdi-ratpack
JavaSE, Weld CDI 2.0, Ractpack
https://github.com/daggerok/java-se-cdi-ratpack
cdi cdi2 java-se ratpack weld
Last synced: 7 months ago
JSON representation
JavaSE, Weld CDI 2.0, Ractpack
- Host: GitHub
- URL: https://github.com/daggerok/java-se-cdi-ratpack
- Owner: daggerok
- License: mit
- Created: 2018-10-15T01:27:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T22:42:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T20:51:49.325Z (9 months ago)
- Topics: cdi, cdi2, java-se, ratpack, weld
- Language: Java
- Size: 174 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= java-se-cdi-ratpack image:https://travis-ci.org/daggerok/java-se-cdi-ratpack.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-se-cdi-ratpack"]
Don't ask...
//tag::content[]
//Read link:https://daggerok.github.io/java-ee-cdi-full-multi-project[project reference documentation]
.build and with docker
[source,bash]
----
# maven
./mvnw
http :5050
http :5050/ololo# gradle
./gradlew
http :5050
http :5050/trololo
----links:
- link:http://docs.jboss.org/weld/reference/latest/en-US/html_single/[Reference]
- link:https://ratpack.io/manual/current/quick-start.html[Ratpack]
- link:http://weld.cdi-spec.org/news/tags/tips/[Weld tips]
- link:https://elmland.blog/2017/09/11/boot-cdi-2-javase/[Bootstrap a CDI 2.0 container in Java SE]
- link:http://www.mastertheboss.com/jboss-frameworks/cdi/building-a-cdi-2-standalone-java-application[Building a CDI 2 standalone Java application]
- link:https://github.com/weld/weld-vertx/tree/master/examples/kotlin[Weld Vert.x Kotlin]
- link:https://www.youtube.com/watch?v=ZKpUoatSkTc[YouTube: Context Dependency Injection in Java EE 6]
- link:https://www.youtube.com/watch?v=D5Tzf2DMnDQ[YouTube: Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI]//end::content[]
Initially generated by using link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (java-ee-cdi-full-multi-project)