I blogged about tapestry SPA back in 2013 to see how it works. I was using AngularJS (aka Angular1). I haven't updated it since I came to the conclusion there are easier ways to do SPAs.
https://killertilapia.blogspot.com/2013/06/resteasy-tapestry-with-angularjs.html On Wed, May 30, 2018 at 1:31 AM, Michael Gentry <blackn...@gmail.com> wrote: > Tapestry RESTEasy is also quite nice: > > http://www.tynamo.org/tapestry-resteasy+guide/ > > > > On Fri, May 18, 2018 at 5:40 PM Thiago H. de Paula Figueiredo < > thiag...@gmail.com> wrote: > > > On Fri, May 18, 2018 at 6:36 PM, Juan <juanm.garrido....@gmail.com> > wrote: > > > > > Hello, are there any good example of doing a single page application > > using > > > Tapestry ? > > > > > > > Hello! > > > > Although Tapestry isn't really built for single page applications, it can > > be used to build the server side of them. This section of the > documentation > > will tell you the easiest way of calling Java code (i.e. event handler > > methods) from JavaScript: > > > > https://tapestry.apache.org/ajax-and-zones.html# > AjaxandZones-Invokingserver-sideeventhandlermethodsfromJavaScript > > . > > > > Any further questions, ask away! :) > > > > -- > > Thiago > > >