Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Juan M Garrido de Paz
subscribe, e-mail: [hidden email] <http:///user/SendEmail.jtp?type=node&node=5732810&i=1> For additional commands, e-mail: [hidden email] <http:///user/SendEmail.jtp?type=node&node=5732810&i=2> -- If you reply to this email, your message will be

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
jtp?type=node&node=5732808&i=1> > For additional commands, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5732808&i=2> > > > > -------------- > If you reply to this email, your message will be added to the discussion >

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

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-01 Thread JumpStart
Totally agree. Most recently I’ve built an extensive tablet app using T5.4 + PhoneGap. It’s massively AJAX, but I didn’t have to think about it very much - thanks to Zones. It employs only 5 pages instead of a few hundred - thanks to components and Zones. SPA without pain! The small amount

Tapestry vs Spring MVC + REST + Angular

2016-07-29 Thread Qbyte Consulting
After years of Tapestry focus I finally got around to checking out how others are building web apps these days. Spring MVC + REST and Angular seem to be flavours of the day and can create some quite slick solutions. These approaches are still full of boilerplate code, but things are looking a lot b