Pregunta

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?

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top