Le 30/12/2015 13:10, Robson Pires a écrit :
Hi,
I am trying to integrate angularjs with tapestry, any advice about it?
Bests regards,
Rob
https://github.com/ffacon/tapestry5-angular-demo
https://www.google.com/?gfe_rd=cr&ei=AoqGVpmDEcr6caiflOgE&gws_rd=cr#q=site:http:%2F%2Fmail-archives.apac
Why would you want to integrate mv* based angularjs with typically server
side Tapestry?
We suggest you go fully REST based at the server side, use Jason Web Token
to authenticate/authorize and call the REST apis from the angular front
ends. That's the way to go.
Happy New Year!
On Dec 30, 2015 1
Hi Rob,
It took a little bit of set up but we did something like this:
- In tapestry I created a component called "AngularComponent" that has a
few lines in the .tml file
(vendorJS and scriptJS) . Then I add to any tapestry
page where I want access to Angular.
- I wrote all my