Re: [core] performance: disabling old technologies

2010-10-06 Thread Martin Marinschek
Great stuff! This is certainly important... best regards, Martin On Sun, Sep 26, 2010 at 3:01 PM, Michael Concini mconc...@gmail.com wrote: +1 on Martin's proposed changes.  I also concur that we should look into moving to StAX if it will help improve startup time. Regards, Mike On Sun,

Re: [core] performance: disabling old technologies

2010-09-26 Thread Jakob Korherr
+1 on that. Great idea! Furthermore changing to StAX is also a great idea. Regards, Jakob 2010/9/25 Ganesh gan...@j4fry.org: Great approach. Though the spec would be the right place for this I think we should have it in MyFaces asap and do our best to push it to the 2.2 spec. Am 24.09.2010

Re: [core] performance: disabling old technologies

2010-09-26 Thread Gerhard
+1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/9/26 Jakob Korherr jakob.korh...@gmail.com +1 on that. Great idea! Furthermore changing to StAX is also a great idea.

Re: [core] performance: disabling old technologies

2010-09-26 Thread Michael Concini
+1 on Martin's proposed changes. I also concur that we should look into moving to StAX if it will help improve startup time. Regards, Mike On Sun, Sep 26, 2010 at 7:31 AM, Gerhard gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF

Re: [core] performance: disabling old technologies

2010-09-25 Thread Ganesh
Great approach. Though the spec would be the right place for this I think we should have it in MyFaces asap and do our best to push it to the 2.2 spec. Am 24.09.2010 14:33, schrieb Martin Koci: Hi, since JSF 2.0 JSP support andmanaged-bean are deprecated. Since 1.2 same for javax.faces.el.

[core] performance: disabling old technologies

2010-09-24 Thread Martin Koci
Hi, since JSF 2.0 JSP support and managed-bean are deprecated. Since 1.2 same for javax.faces.el. For performace reasons I suggest find a way how disable following: 1) Managed Bean support (o.a.m.SUPPORT_MANAGED_BEANS=false) if this flag is false, myfaces will not install ManagedBeanResolver