Re: Nice speedup with prop

2007-01-16 Thread Henri Dupre
On 1/16/07, Holger Stolzenberg <[EMAIL PROTECTED]> wrote: But should there be no logic in the templates ? I don't really care if there is, or not, any logic in the templates, but doing some simple comparisons with ognl is saving me lots of uninteresting java code. -- Henri Dupre Actualis Ce

Re: Nice speedup with prop

2007-01-16 Thread D&J Gredler
Actually, it looks like Jesse already has some numbers for us! http://blog.opencomponentry.com/2007/01/14/new-ognl-release-on-the-horizon-its-faster/ http://www.theserverside.com/news/thread.tss?thread_id=43837 On 1/15/07, D&J Gredler <[EMAIL PROTECTED]> wrote: I've had a similar experience.

AW: Nice speedup with prop

2007-01-16 Thread Holger Stolzenberg
An: Tapestry users Betreff: Re: Nice speedup with prop I'm looking forward for that new ognl. It's really nice to be able to call constants, functions and do simple operations inside the html code. On 1/15/07, D&J Gredler <[EMAIL PROTECTED]> wrote: > > I've had a

Re: Nice speedup with prop

2007-01-16 Thread Massimo Lusetti
On 1/16/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yeah..The new ognl version should be just as fast as tapestry-prop. (only with the obvious benefits of supporting a full expression language) Interesting... I don't know when it will be released. The guy who owns opensymphony is supposedly

Re: Nice speedup with prop

2007-01-15 Thread Jesse Kuhnert
Yeah..The new ognl version should be just as fast as tapestry-prop. (only with the obvious benefits of supporting a full expression language) I don't know when it will be released. The guy who owns opensymphony is supposedly in the process of setting up a new svn repo for it so I'll know then..

Re: Nice speedup with prop

2007-01-15 Thread Henri Dupre
I'm looking forward for that new ognl. It's really nice to be able to call constants, functions and do simple operations inside the html code. On 1/15/07, D&J Gredler <[EMAIL PROTECTED]> wrote: I've had a similar experience. It will be very interesting to do some more performance testing if (w

Re: Nice speedup with prop

2007-01-15 Thread D&J Gredler
I've had a similar experience. It will be very interesting to do some more performance testing if (when?) Jesse's OGNL enhancements get released. On 1/16/07, Henri Dupre <[EMAIL PROTECTED]> wrote: I switched many pages from our website to prop. The switch wasnt that straightforward (had to get

Nice speedup with prop

2007-01-15 Thread Henri Dupre
I switched many pages from our website to prop. The switch wasnt that straightforward (had to get rid of all the old properties in the .page files) but the speed boost is nice. Our main pages are almost 2x faster and the rendering time is now < 100 ms!! -- Henri Dupre Actualis Center