Re: Angular/TapestryJS

2014-06-09 Thread françois facon
yes, nothing to hide here. :) But your are right, I have to change the way this demo produce partial html files to AngularJS. In a real project those files have to be served by Apache. 2014-06-09 10:42 GMT+02:00 Lance Java : > Oops. It's private... Please ignore ;) > On 9 Jun 2014 09:31, "La

Re: Angular/TapestryJS

2014-06-09 Thread Lance Java
Oops. It's private... Please ignore ;) On 9 Jun 2014 09:31, "Lance Java" wrote: > FYI - This app seems to have a security hole. Index.java has an action > which accepts a file path and serves a file from the classpath. > > I could use this to access .class files etc. Perhaps even your hibernate

Re: Angular/TapestryJS

2014-06-09 Thread Lance Java
FYI - This app seems to have a security hole. Index.java has an action which accepts a file path and serves a file from the classpath. I could use this to access .class files etc. Perhaps even your hibernate cfg file with username password.

Re: Angular/TapestryJS

2014-06-08 Thread Daniel Jue
Nice Francois! Is there a document or tutorial that goes with the files named Step7 or 8? Thanks for the demo. On Sat, Jun 7, 2014 at 11:39 AM, françois facon wrote: > Hello all, > > Here is a link to a AngularJs Page served by Tapestry5.3.7. > > http://tapestryangular-frafac.rhcloud.com/#/ph

Re: Angular/TapestryJS

2014-06-08 Thread Geoff Callender
Nice one. On 8 Jun 2014, at 1:39 am, françois facon wrote: > Hello all, > > Here is a link to a AngularJs Page served by Tapestry5.3.7. > > http://tapestryangular-frafac.rhcloud.com/#/phones > the related code is available at > https://github.com/ffacon/tapestry5-angular-demo/tree/VO.1 > > Ne

Angular/TapestryJS

2014-06-07 Thread françois facon
Hello all, Here is a link to a AngularJs Page served by Tapestry5.3.7. http://tapestryangular-frafac.rhcloud.com/#/phones the related code is available at https://github.com/ffacon/tapestry5-angular-demo/tree/VO.1 Next use tapestry-resteasy to handle form submission, and http verb like delete et