From: "Howard M. Lewis Ship" <[EMAIL PROTECTED]>
> Seems to me that it probably overlaps with jxpath or OGNL (www.ognl.org).
I
> use OGNL extensively in Tapestry and it's really been a godsend.

Jexl is a superset of the EL in JSP 2.x and JSTL 1.x as well as a superset
of the simple expression language used by BeanUtils and is fairly similar to
Velocity expressions. i.e. it uses a simple property notation and has
support for method calls etc. OGNL and jxpath are a little different (the
latter using xpath expressions) though all 3 of these provide a neat
navigation capability for working with beans. All have their own strengths
and weaknesses.

James
-------
http://radio.weblogs.com/0112098/


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

Reply via email to