Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gmt-dev] evolving GMT in a fully open process that allows others to join the effort

> The other good thing is that Velocity can generate code/text from anything
> Java. It can look at any object that you pass to a template and execute
any
> method on it. Therefore, if your argument to the template happens to be a
> model or metamodel, or some other object structure that happens to be your
> domain  model, then Velocity can use it. Writing good templates is a
> completely different story of course :-)

does it provide an expression language? set based model
traversion statments? I want to write stuff such as

FOREACH Component.Interface.Operation AS o DO
   public void <o.Name>(FOREACH o.Parameter....)
ENDFOREACH

etc. Is something like that possible with velocity?

Markus


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Markus Völter
mailto:voelter@xxxxxxx

voelter - ingenieurbüro für softwaretechnologie
Ziegelaecker 11, 89520 Heidenheim, Germany
Tel. +49 (0) 73 21 / 97 33 44

http://www.voelter.de
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Back to the top