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