Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Juan M Garrido de Paz
Thanks Thiago. I was just wondering wether doing the integration at the front end, using tapestry for offering rest services, would be easier than the approach i took. Never did it before, nor i have experience with js client frameworks, that's why i asked . What you have to do is identiftying th

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Thiago H de Paula Figueiredo
On Tue, 02 Aug 2016 14:41:24 -0300, Juan M Garrido de Paz wrote: How is the approach of use tapestry just to offer web services to the frontend? In this case tapestry just serves json objects? Then you dont need tapestry components and other features for anything , do you? I dont see the poin

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Juan M Garrido de Paz
Hello I'm facing a new project from scratch where i have the desired look and feel of the clint pages, done with html 5, js, bootstrap and jquery. They work as a simple page webapp. Which is the best option... integration at the front end or at the backend? I began doing a web app as i always di

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Thiago H de Paula Figueiredo
On Tue, 02 Aug 2016 12:23:39 -0300, Qbyte Consulting wrote: It would be cool if Tapestry components could be bound directly to RESTful resources in the client side instead of directly to page classes for their data input and output. Why not just using pages as REST endpoints? I don't see

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Qbyte Consulting
Thanks for that feedback, it's always interesting to see what people are doing by combining technologies. I'm quite liking that REST is getting more popular, it makes a lot of sense when so many platforms are being used. It would be cool if Tapestry components could be bound directly to RESTful r

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread JumpStart
I should have said Cordova, which refers to the framework and plugins, rather than PhoneGap, which these days is just Adobe’s distribution mechanism and which we no longer use. In Cordova we have one page - index.html - and it is very basic. It displays a splash screen. It has some javascript

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Carlos Montero Canabal
Hi Geoff, Can you tell us how you use Tapestry with PhoneGap? My questions are about how you embed T5 app into PhoneGap system that requires simple html/js. Do you do “Save as” the main IndexPage of Tapestry5 on browser and put it on PhoneGap project? And deploy the t5 app to manage all the zo