vote up 0 vote down star

Im searching a Template Lib or Template Engine for generating HTML (XML) that runs under Jython (Jython 2.5 Alpha is ok).

flag

3 Answers

vote up 1 vote down check

Use StringTemplate, see http://www.cs.usfca.edu/~parrt/papers/mvc.templates.pdf for details of why. There is nothing better, and it supports both Java and Python (and .NET, etc.).

link|flag
vote up 1 vote down

Have you tried Cheetah, I don't have direct experience running it under Jython but there seem to be some people that do.

link|flag
vote up 1 vote down

Jinja is pretty cool and seems to work on Jython.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.