Re: Performance params

2013-11-01 Thread Howard W. Smith, Jr.
Kito, On Thu, Oct 31, 2013 at 7:46 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: See comments, and the URLs provided below as well. One of the outstanding Apache/PrimeFaces committers wrote the blog, and I am always happy to share and/or pass along. Hope it helps. Also, I couldn't

Re: Performance params

2013-11-01 Thread Kito Mann
Thanks for the link, Howard. Mark is definitely an outstanding Apache Committer ;-). At any rate, this client isn't using CDI, so that isn't an option. I would definitely consider it for clients that are using CDI, though. I always felt like OpenWebBeans was more stable than Weld. ___ Kito D.

Re: Performance params

2013-11-01 Thread José Luis Cetina
I didnt have any of this performance parameters in my webapps, now im trying to use them (i have any other params), im trying one by one and when i set context-param param-nameorg.apache.myfaces.SUPPORT_JSP_AND_FACES_EL/param-name param-valuefalse/param-value /context-param

Re: Performance params

2013-11-01 Thread Thomas Andraschko
AFAIR you must set org.apache.myfaces.EXPRESSION_FACTORY because the EL Factory can't be extraced from JSP anymore. 2013/11/1 José Luis Cetina maxtorz...@gmail.com I didnt have any of this performance parameters in my webapps, now im trying to use them (i have any other params), im trying one

Re: Performance params

2013-11-01 Thread José Luis Cetina
And what is the value of org.apache.myfaces.EXPRESSION_FACTORY ? 2013/11/1 Thomas Andraschko andraschko.tho...@gmail.com AFAIR you must set org.apache.myfaces.EXPRESSION_FACTORY because the EL Factory can't be extraced from JSP anymore. 2013/11/1 José Luis Cetina maxtorz...@gmail.com I

Re: Performance params

2013-11-01 Thread Thomas Andraschko
It depends on your AS or EL Implementation. If you use JUEL, its: de.odysseus.el.ExpressionFactoryImpl 2013/11/1 José Luis Cetina maxtorz...@gmail.com And what is the value of org.apache.myfaces.EXPRESSION_FACTORY ? 2013/11/1 Thomas Andraschko andraschko.tho...@gmail.com AFAIR you must

Re: Performance params

2013-11-01 Thread José Luis Cetina
I use tomee with the default EL 2013/11/1 Thomas Andraschko andraschko.tho...@gmail.com It depends on your AS or EL Implementation. If you use JUEL, its: de.odysseus.el.ExpressionFactoryImpl 2013/11/1 José Luis Cetina maxtorz...@gmail.com And what is the value of

Re: Performance params

2013-11-01 Thread Thomas Andraschko
http://lmgtfy.com/?q=tomcat+ExpressionFactoryImpl 2013/11/1 José Luis Cetina maxtorz...@gmail.com I use tomee with the default EL 2013/11/1 Thomas Andraschko andraschko.tho...@gmail.com It depends on your AS or EL Implementation. If you use JUEL, its:

Re: Performance params

2013-11-01 Thread Howard W. Smith, Jr.
and with that said, an answer[1] to a question on stackoverflow, context-param param-nameorg.apache.myfaces.EXPRESSION_FACTORY/param-name param-valuecom.sun.el.ExpressionFactoryImpl/param-value/context-param context-param param-namecom.sun.faces.expressionFactory/param-name

Performance params

2013-10-31 Thread Kito Mann
Hello everyone, I have a couple of questions about performance parameters: · org.apache.myfaces.SUPPORT_JSP_AND_FACES_EL How significant is the performance improvement for a Facelet page if this is turned off? · org.apache.myfaces.VIEW_UNIQUE_IDS_CACHE_ENABLED If I understand this correctly,

Re: Performance params

2013-10-31 Thread Leonardo Uribe
Hi Kito 2013/10/31 Kito Mann kito.m...@virtua.com Hello everyone, I have a couple of questions about performance parameters: · org.apache.myfaces.SUPPORT_JSP_AND_FACES_EL How significant is the performance improvement for a Facelet page if this is turned off? This param avoids execute

Re: Performance params

2013-10-31 Thread Howard W. Smith, Jr.
Kito, Since Leonardo answered your question, and since subject/title = performance params, I will go ahead and pass on performance params that are in my web.xml. See comments, and the URLs provided below as well. One of the outstanding Apache/PrimeFaces committers wrote the blog, and I am always

Re: Performance params

2013-10-31 Thread Kito Mann
Thanks for the clarification, Leonardo. ___ Kito D. Mann | @kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting http://www.JSFCentral.com | @jsfcentral +1 203-998-0403 * Listen to the Enterprise Java Newscast:

Re: Performance params

2013-10-31 Thread Kito Mann
/jsfcentralpodcasts/ * Sign up for the JSFCentral Newsletter: http://oi.vresp.com/?fid=ac048d0e17 On Thu, Oct 31, 2013 at 7:46 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Kito, Since Leonardo answered your question, and since subject/title = performance params, I will go ahead and pass