Re: myfaces slow startup on GAE

2012-06-07 Thread Leonardo Uribe
Hi Lucio In my test app I have: org.apache.myfaces.GAE_JSF_JAR_FILES none org.apache.myfaces.GAE_JSF_ANNOTATIONS_JAR_FILES none Disabling annotation scanning and faces-config.xml or .taglib.xml finding in jar files. If I use the hack propose

Re: myfaces slow startup on GAE

2012-06-07 Thread lucio piccoli
hi leonardo i dont know how your app is starting myfaces in 3secs. how many faces component lib have u installed? i have tomahawk, richfaces and onload installed. with these i see a 10 sec elapsed time. -lp On 7 June 2012 17:37, Leonardo Uribe wrote: > Hi Lucio > > In my test app I have: > >

Re: myfaces slow startup on GAE

2012-06-07 Thread Leonardo Uribe
Hi The helloworld app I'm trying does not have any component libs installed. Even with more libs in your classpath, if GAEFacesConfigurationMerger hack is working, no xml or annotation scanning is done. Looking in deep for ways how to improve this, probably it is possible to create a custom Serv

Re: myfaces slow startup on GAE

2012-06-07 Thread lucio piccoli
hi leonardo > Even with more libs in your classpath, if GAEFacesConfigurationMerger > hack is working, no xml or annotation scanning is done. > from my tests the scan is done with the patched code, hence the long startup time. -- regards -Lucio Piccoli Director --

Re: myfaces slow startup on GAE

2012-06-07 Thread Leonardo Uribe
Hi Lucio 2012/6/7 lucio piccoli : > hi leonardo > > >> Even with more libs in your classpath, if GAEFacesConfigurationMerger >> hack is working, no xml or annotation scanning is done. >> > > from my tests the scan is done with the patched code, hence the long > startup time. > Without use GAEFace

ANNOUNCE: Metadata based validation for JavaServer Faces - Part 4

2012-06-07 Thread Kito Mann
I am pleased to announce a new article fromGerhard Petracek - Metadata based validation for JavaServer Faces - Part 4. In the fourth installment of this series on MyFaces ExtVal, Gerhard Petracek explains some concepts provided by the Core of ExtVal that allow you to integrate custom concepts easi

Re: myfaces slow startup on GAE

2012-06-07 Thread lucio piccoli
hi leonardo > The nice part of use GAEFacesConfigurationMerger, is > >that the first time it takes 10 secs, but later it will take only 7 > >secs, because > >all that part is skipped serializing the config info of the whole > application, > >which is more effective. > > anything that increase the