On Fri, Dec 16, 2016 at 6:53 AM, Qbyte Consulting <qbyteconsult...@gmail.com > wrote:
> Hi, > Hi! > Has anyone implemented a T5.4 site with Scala, or are there any kickstart > type Scala projects out there for T5.4 please? I'd like to see how it's > done. > Not me, but yes. Christian Köberl wrote a blog post about it, https://derkoe.wordpress.com/2011/11/18/tapestry-in-scala/, and also a demo project, https://github.com/derkoe/tapestry-scala-demo. It uses Tapestry 5.3, but changing the pom.xml to use 5.4.1 should work. Tapestry works on class files, not Java sources, so it should just work with whatever JVM language as long as it generates class files. It has been reported with working with Groovy as well, for example. -- Thiago