You might look at JWAA for compile time checking.

http://www.virtualschool.edu/jwaa/

There's been a little discussion of adding compile-time checking to Velocity, but there's nothing in the works at the moment. Some of the motivation was performance (but since templates are cached this would likely be limited improvement). Personally, I'd like to see a syntax/method checker that would provide type safety.

WILL

----- Original Message ----- From: "Bob Tarling" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, July 04, 2005 3:30 AM
Subject: Velocity vs Jamon


Apologies in advance, I can't help but think this must have asked
before but I can't find where to search the user list.

I'm in the early stages of choosing a template engine to use to
replace the PGML generation of http://gef.tigris.org and
http://argouml.tigris.org  with something simpler and more standard
than GEF's own proprietary tee file templates.

One of the problems with the tee templates is that they are complex
and interpreted at runtime and the java application is inspected by
reflection. It is easy for the developer to make a mistake and this is
only spotted at run time.

I was hoping to find a template engine that offered as much compile
time safety as possible.

Am I correct in thinking that Velocity would give me the same lack of
compile time safety as my current tee files?

Are there any plans to produce a velocity template compiles against
the rest of my application?

It's not the performance of reflection that concerns me, more the
compile time safety - are there any tools that can validate a velocity
template against the source or bytecode of my application? If I can
add this as an ant task then I would consider this as comile time
safety.

I'm keen to look at Velocity based on its reputation and my experience
with other apache products. Any plans to embed JXPath expressions?

Regards

Bob.

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


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

Reply via email to