Cool....I've just started the move to Jelly to handle this. It seems a 
much cleaner implementation...?
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers




"James Strachan" <[EMAIL PROTECTED]>
06/12/02 08:05 PM
Please respond to "Jakarta Commons Developers List"

 
        To:     "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
        cc: 
        Subject:        Re: jexl again...


From: <[EMAIL PROTECTED]>
> 1) Are expressions cacheable? i.e. if I create an expression and execute
it
> once, can I store it away in a Map and reevaluate it, rather than
> recreating it?

FWIW Jelly creates Expression objects and caches them so that they are
reused inside a Script. The same Expression instance could be reused in
multiple threads too.

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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





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

Reply via email to