jsf frontend , using dropwizard as REST backend, CRUD
In the config.yaml set your config params for database, restore db script in mysql.
run from console : java -jar dropwizard_backend.jar server config.yaml, or just run maven project from netbeans. backend will listen 9000 port. After run jsf frotend under Apache Tomcat 8. You will see working CRUD app, JavaServerFaces 2.2 + REST dropwizard back end. Just enjoy!