An open API service indexing awesome lists of open source software.

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

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)