Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Mark Struberg
what do you mean with cyclic reference issue? there is no such thing for @NormalScoped beans, and for @Dependent it will never work. LieGrue, strub From: Howard W. Smith, Jr. smithh032...@gmail.com To: MyFaces Discussion users@myfaces.apache.org; Mark

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Mark Struberg
yea, but that is minor tho what CODI can do. LieGrue, strub From: Gerhard Petracek gerhard.petra...@gmail.com To: MyFaces Discussion users@myfaces.apache.org; Mark Struberg strub...@yahoo.de Sent: Thursday, 31 October 2013, 0:24 Subject: Re: Apache CODI

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Gerhard Petracek
i haven't said something different. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2013/10/31 Mark Struberg strub...@yahoo.de yea, but that is minor tho what CODI

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Edilmar Alves
I'll try to substitute CODI to DeltaSpike using JEE7/GF4 for test... thanks... I'll return the result here... 2013/10/31 Gerhard Petracek gerhard.petra...@gmail.com i haven't said something different. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting,

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Howard W. Smith, Jr.
I think you called it 'circular injection'[1] and I've seen others call it circular reference, and for whatever reason, I was under the assumption that it was called cyclic reference (ever since i started using CDI). Circular Injection A-B-A [1] Page 26,

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Karl Kildén
Circular Injection A-B-A is well supported and is one of the charms with proxies, right? I remember having that when using JSF beans though but it's not something I've seen in CDI cheers On 31 October 2013 14:53, Howard W. Smith, Jr. smithh032...@gmail.comwrote: I think you called it

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Howard W. Smith, Jr.
which can result in inifinite loop and stackoverflow error. long time ago, i think I heard that CDI 1.1 would solve the stackoverflow error when developer does circular injection, incorrectly, or maybe I did not read something correctly, when i first started using CDI, and trying to avoid the

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Karl Kildén
In some clear cases it's not supported and this has not changed in CDI 1.1. However it's never been a limiting factor for me at least since i normally don't really use dependent beans or any other non normalscoped. From the CDI 1.1 spec: the container is required to support circularities in the

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Howard W. Smith, Jr.
okay, understood, thanks Karl. i have learned how to avoid the stackoverflow error caused by circular injection, but just recently, I made a change in my software/project, and i experienced the stackoverflow error, and at first, i did not know what caused the exception, but then I ran a local

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
Thanks for the info, Howard. I'm pretty familiar with everything there, with the exception of JUEL. That might make a big difference for one of my clients, and it looks like we can get it running in WebSphere... ___ Kito D. Mann | @kito99 | Author, JSF in Action Virtua, Inc. |