mrg / tapestry5-angular-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tapestry5-angular-demo

In this demo, a Tapestry page is used to "provision" the AngularJS application. The same page is also used to answer to the first AngularJS GET request.

Most of the REST-ful API calls to the AngularJS application, is managed by RESTEasy thanks to Tapestry-RESTEasy (see http://tynamo.org/tapestry-resteasy+guide for more details).

Persistence is managed by Tapestry-Hibernate

For Security, this application uses JAX-RS Interceptor (see SecurityInterceptor.java) and Apache Shiro thanks to tapestry-security.

see this demo in action at http://tapestryangular-frafac.rhcloud.com/#/phones

or use mvn jetty:run and hit http://localhost:8080/#/phones

see also official AngularJS tutorial https://docs.angularjs.org/tutorial/step_00

Changelog

About

License:Apache License 2.0


Languages

Language:Java 67.7%Language:JavaScript 18.0%Language:HTML 13.1%Language:CSS 1.2%