Pier Fumagalli <[EMAIL PROTECTED]> writes:

> JSPs can work for some, but they definitely introduce drawbacks when
> thinking how they are implemented (they destroy my servlet container).
> 
> Velocity is simple, doesn't mess around with my servlets, but it's
> interpreted.
> 
> Tea is fast, quite easy, but again the syntax is bad...
> 
> There is _no_optimal_ solution... Just the one that works for you...

Indeed!

Gotta point out that Velocity can and should be configured to cache
the AST which its JavaCC-based parser creates from your template,
making it slightly faster than JSP.

Also, isn't Tea strongly typed?  Depending on your point of view, you
might consider than an advantage over loosely-typed templating
systems.
-- 

Daniel Rall <[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to