This project is referenced in the following blog posts:
-
Its the application deployed in the post A simple JavaEE Docker Example;
-
Torturing Wildflies with Gatling (on going)
You can access the project online at Openshift PaaS:
See also CDI Crud REST API.
-
Via maven:
mvn clean test -Ptests -Pwildfly-managed
-
Or via IDE: activate container profile in your IDE and Run CrudIt.java|CrudBdd.java|CrudRest|CrudAt as Junit test
-
CDI
-
JSF
-
Hibernate
-
Primefaces/AdminFaces
-
Deltaspike
-
Arquillian
-
Cucumber
-
DBUnit
-
JaxRS
-
Swagger
-
Openshift
Tested under:
-
Wildfly 8.x
-
with minor efforts(mainly persistence configurarion) should run on other JavaEE 7 application servers
if you use JBoss Forge 1.x (soon on forge 2) you may have a look at this plugin which generates Crud in the format you see at this project.