Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top