Skip to content

ffacon/tapestry5-angular-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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