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