Re: GWT on Tapestry

2014-04-29 Thread Lance Java
If you don't need the templating / markup then I think you are best to extract your page logic into reusable services. If you want to re-use the tapestry generated markup you might find tapestry-offline useful https://github.com/uklance/tapestry-offline On 28 Apr 2014 14:35, "John" wrote: > I'

GWT on Tapestry

2014-04-28 Thread John
I'm thinking of developing a GWT app for mobile devices and I'm wondering how I might go about reusing my Taptestry page classes if that makes any sense? Obviously I won't need the rendering/template aspects of Taptestry but I would like to access many of the methods in page classes. Perhaps I