('m currently working on a project that uses Velocity)
Yes, Velocity can be used to output anything textual, not only HTML.
However, it is not a complete language, as it severely restricted in
the control statements available (foreach, the only looping construct
available, can only perform loops on collections, iterators or
arrays). It is very good for templating and calling JavaBeans...Tassos On Sun, 14 Nov 2004 16:49:33 +0100, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: > Isn't velocity a more general (not restricted to HTML) template > engine? Additionally it allows control structures like foreach, > assignments, methods, etc. > > This is a complete programming language while Projector templating is > much simpler... > > Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
