1

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

Blauohr
  • 5,985
  • 2
  • 25
  • 31

3 Answers3

2

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

Harald Scheirich
  • 9,676
  • 29
  • 53
2

Jinja is pretty cool and seems to work on Jython.

nosklo
  • 217,122
  • 57
  • 293
  • 297
1

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.).

Rob Williams
  • 7,919
  • 1
  • 35
  • 42