Question

I am looking for a good template based run-time code generation library in Scala. I need this for my ERP system to generate artifacts (html, and other code files)

Can any please point me in right direction?

Was it helpful?

Solution

You should take a look at Scalate. It has multiple syntax choices and if you use SSP you can easily create templates for text other than HTML as well.

OTHER TIPS

If your app is web-based, Play has a templating system for generating the output pages.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top