I am new Play 2.0, I am having hard time understanding scala templating for creating views.
Can I switch back to groovy as it existed in earlier versions of Play framework. for e.g: Play 1.2, Play 1.2.4
I am new Play 2.0, I am having hard time understanding scala templating for
Share
Yes, there is a module available for groovy:
https://github.com/manuelbernhardt/play2-groovy-templates
I’ve found the Scala templates not too bad to work with after a week of playing with them–especially if you’re using Scala on the controller part. You might consider sticking it out for the learning curve.
Adding for the comments:
Worked for me.