atom feed11 messages in org.apache.tapestry.usersRe: Greenfield development: Tapestry ...
FromSent OnAttachments
scrottyOct 9, 2012 12:38 pm 
Lenny PrimakOct 9, 2012 12:42 pm 
Thiago H de Paula FigueiredoOct 9, 2012 1:16 pm 
Alex KotchnevOct 9, 2012 8:29 pm 
Chris MylonasOct 9, 2012 9:12 pm 
Kalle KorhonenOct 9, 2012 10:08 pm 
Lance JavaOct 10, 2012 12:50 am 
Taha SiddiqiOct 10, 2012 1:00 am 
Szemere SzemereOct 10, 2012 1:46 am 
Alex KotchnevOct 10, 2012 7:01 am 
scrottyOct 10, 2012 8:11 am 
Subject:Re: Greenfield development: Tapestry or Grails for Groovy dev?
From:Lance Java (lanc@googlemail.com)
Date:Oct 10, 2012 12:50:20 am
List:org.apache.tapestry.users

That was a great read Alex, thanks for sharing.

On the subject of rendering emails, I've got a service that can render components without the need for a web request. It returns a JSONObject containing the content and the javascript etc that is normally sent to the browser. It does this by spoofing a request and response. I required this for push but perhaps I could extract it out to provide offline templating for emails etc.

https://github.com/uklance/tapestry-cometd/blob/master/src/main/java/org/lazan/t5/cometd/services/internal/ComponentJSONRendererImpl.java