سؤال

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?

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top