Hello, I just started an Async Lifecycle module based on the suggestion from Greg Wilkins
http://wiki.glassfish.java.net/Wiki.jsp?page=AlternateAsyncProposalRebuttal The module has been tested with MyFaces 1.2.4 and Sun RI 1.2_08 and the async-jsf-example-webapp from the jetty 7.0.0pre3 version. http://svn.codehaus.org/jetty/jetty/tags/jetty-7.0.0pre3/modules/examples/async-jsf-example-webapp/ Please look at the code http://svn.apache.org/repos/asf/myfaces/commons/trunk/myfaces-async-lifecycle/src/main/java/org/apache/myfaces/commons/async/ The common Lifecycle and FacesContext code has been added to the myfaces-commons-utils artifact. Note the async Servlet API is not final. Regards Bernd Greg Wilkins schrieb: > Bernd Bohmann wrote: >> Hello Greg, >> >> I just reviewed your patch for the Mojarra JSF implementation. I think >> it should be possible to provide an extra artifact for JSF which >> implements the async support for JSF without patching the >> implementation. The extra artifact contains a FacesContextFactory and a >> different Lifecyle for the async case. If you are interested I would try >> to provide the code as a new module in MyFaces Commons. > > > Bernd, > > that would be excellent! and well timed as well as the servlet-EG > is in final deliberations about the async API proposals. > > cheers >
