Tapestry in Scala

During the (excellent) Scala workshop at W-JAX 2011 I thought how it would be to develop a Tapestry application in Scala – so I did it. Here I sum the stuff I found out: all the good things and all the pitfalls.

The application is a simple CRUD demo with Tapestry JPA (using Tapestry’s 5.3 JPA support). The code can be found on my github repository: https://github.com/derkoe/tapestry-scala-demo Continue reading