https://github.com/daggerok/java-ee-dwr-example
DWR + JavaEE CDI example
https://github.com/daggerok/java-ee-dwr-example
cdi directwebremoting dwr java-ee
Last synced: 10 months ago
JSON representation
DWR + JavaEE CDI example
- Host: GitHub
- URL: https://github.com/daggerok/java-ee-dwr-example
- Owner: daggerok
- License: mit
- Created: 2019-01-27T03:53:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T04:26:23.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T00:44:36.177Z (12 months ago)
- Topics: cdi, directwebremoting, dwr, java-ee
- Language: Java
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= java-ee-dwr-example image:https://travis-ci.org/daggerok/java-ee-dwr-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-ee-dwr-example"]
DWR (directwebremoting) + JavaEE CDI example
_Please, don't use that shit! Instead use JAX-RS, or spring, or...
I'm just let here these outdated technologies, just for nothing..._
//tag::content[]
.build run and test
[source,bash]
----
./gradlew clean build composeUp
http :8080/app/
http :8080/app/dwr/index.html
./gradlew composeDown
# or just
./gradlew build ; ./gradlew composeDown ; ./gradlew composeUp ; docker-compose -f docker-compose-gradle.yaml logs -f -t
----
//end::content[]
links:
- link:http://directwebremoting.org/dwr/documentation/index.html[DWR documentation]
- link:http://mail-archives.apache.org/mod_mbox/deltaspike-users/201311.mbox/%3C1385045650051.768a3392@Nodemailer%3E[CdiBeanCreator]
Initially generated by using link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (java-ee)