Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 443 Bytes

File metadata and controls

9 lines (7 loc) · 443 Bytes

jsf-dropwizard-rest

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!