Re: EL method invocation performance

2010-10-28 Thread Martin Koci
, August 25, 2010 5:10:09 PM Subject: Re: EL method invocation performance Hi, Does this really have to happen at every method invocation or is this an implementation problem

Re: EL method invocation performance

2010-10-28 Thread Gerhard
From: Jakob Korherr jakob.korh...@gmail.com To: MyFaces Development dev@myfaces.apache.org Sent: Wed, August 25, 2010 5:10:09 PM Subject: Re: EL method invocation performance Hi

Re: EL method invocation performance

2010-10-23 Thread Gerhard
github page http://github.com/struberg/juel The original is on juel.sourceforge.net LieGrue, strub From: Jakob Korherr jakob.korh...@gmail.com To: MyFaces Development dev@myfaces.apache.org Sent: Wed, August 25, 2010 5:10:09 PM Subject: Re: EL method

Re: EL method invocation performance

2010-10-20 Thread Jakob Korherr
: EL method invocation performance Hi, Does this really have to happen at every method invocation or is this an implementation problem? If it is an implementation problem and can be circumvent in any way, I would contact the Glassfish and Tomcat developers about

Re: EL method invocation performance

2010-10-19 Thread Martin Koci
://github.com/struberg/juel The original is on juel.sourceforge.net LieGrue, strub From: Jakob Korherr jakob.korh...@gmail.com To: MyFaces Development dev@myfaces.apache.org Sent: Wed, August 25, 2010 5:10:09 PM Subject: Re: EL method invocation performance Hi

Re: EL method invocation performance

2010-10-19 Thread Ivan
/juel The original is on juel.sourceforge.net LieGrue, strub From: Jakob Korherr jakob.korh...@gmail.com To: MyFaces Development dev@myfaces.apache.org Sent: Wed, August 25, 2010 5:10:09 PM Subject: Re: EL method invocation performance Hi, Does

Re: EL method invocation performance

2010-08-26 Thread Andy Schwartz
Gang - Kin-man opened the following issue to track this on the GF/UEL side: https://uel.dev.java.net/issues/show_bug.cgi?id=19 Andy

EL method invocation performance

2010-08-25 Thread Martin Koci
Hi, this problem is not in myfaces but affects performance especially in render response phase: EL 2.2 introduces method invocation but if you try use it like rendered=#{bean.getRendered(param)} there is an unpleasant surprise: both implementations of BeanELResolver (Glassfish, Tomcat) use this

Re: EL method invocation performance

2010-08-25 Thread Ivan
How about trying the el api published by Geronimo ? it caches the ExpressionFactory to avoid the search action by default. 2010/8/25 Martin Koci martin.k...@aura.cz Hi, this problem is not in myfaces but affects performance especially in render response phase: EL 2.2 introduces method

Re: EL method invocation performance

2010-08-25 Thread Jakob Korherr
Hi, Does this really have to happen at every method invocation or is this an implementation problem? If it is an implementation problem and can be circumvent in any way, I would contact the Glassfish and Tomcat developers about this ;) Regards, Jakob 2010/8/25 Ivan xhh...@gmail.com How about

Re: EL method invocation performance

2010-08-25 Thread Andy Schwartz
On Wed, Aug 25, 2010 at 11:10 AM, Jakob Korherr jakob.korh...@gmail.com wrote: If it is an implementation problem and can be circumvent in any way, I would contact the Glassfish and Tomcat developers about this ;) +1. I pinged Kin-man as a heads up on this... Andy

Re: EL method invocation performance

2010-08-25 Thread Mark Struberg
jakob.korh...@gmail.com To: MyFaces Development dev@myfaces.apache.org Sent: Wed, August 25, 2010 5:10:09 PM Subject: Re: EL method invocation performance Hi, Does this really have to happen at every method invocation or is this an implementation problem? If it is an implementation problem and can

Re: EL method invocation performance

2010-08-25 Thread Martin Koci
Great! I thought that tomcat and geronimo EL implementation are from same source; But just now I'm looking in geronimo code and expressionFactory instance is cached - I'll definitely try it, thanks! Ivan píše v St 25. 08. 2010 v 22:54 +0800: How about trying the el api published by Geronimo ?

Re: EL method invocation performance

2010-08-25 Thread Martin Koci
Now I'm sure that it is an implementation problem: it was very suspicious that both Tomcat and Glassfish implementations have it - but Geronimo does not have this problem. Andy Schwartz píše v St 25. 08. 2010 v 11:38 -0400: On Wed, Aug 25, 2010 at 11:10 AM, Jakob Korherr jakob.korh...@gmail.com

Re: EL method invocation performance

2010-08-25 Thread Matthias Wessendorf
great, I think Glassfish, Tomcat and JBoss do appreciate a bug report :-) -Matthias On Wed, Aug 25, 2010 at 8:43 PM, Martin Koci martin.k...@aura.cz wrote: Now I'm sure that it is an implementation problem: it was very suspicious that both Tomcat and Glassfish implementations have it - but

Re: EL method invocation performance

2010-08-25 Thread Martin Koci
: Wed, August 25, 2010 5:10:09 PM Subject: Re: EL method invocation performance Hi, Does this really have to happen at every method invocation or is this an implementation problem? If it is an implementation problem and can be circumvent in any way, I would contact the Glassfish