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
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
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
>
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
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
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
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
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
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