Hello,

which Template Engine is the best for:

- no use of Java Code inside the JSP View
- the design should be alterable by nonJava developers.
- it should be possible to use dynamic Template Code, so I can insert template code into the DB and when viewing this, it should be parsed by the Template-Engine
(- it should be nice if the Template Engine is not bound to the Webapplication)

later I will add XML and PDF Output (maybe PDF is not used by The Template because spring is doing this)

I think the engines which can do this are Freemaker and Velocity, but which is the best for my needs? can Freemaker and Velocity work with dynamik template Code? (as I described in point 3) JSTL can't do this so it is not good for me.

Thank you.

mfg Gideon