Amr: I asked this question on StackOverflow and Jim Driscoll from the jsf team responded saying that JSF 1.2 should work as of build 13 if you set the context parameter com.sun.faces.enableMultiThreadedStartup to false in webl.xml. See here for his full response. http://stackoverflow.com/questions/732565/can-i-use-facelets-in-a-google-app-engine-app
Puche: I'm interested in how you got around the jndi problem in JSF 2. I ended up having to recompile jsf 2.0.2 with a small change to disable the jndi startup stuff. I blogged about it here: http://digitaljoel.wordpress.com/2009/12/21/jsf-2-0-2-and-google-app-engine/ <http://digitaljoel.wordpress.com/2009/12/21/jsf-2-0-2-and-google-app-engine/>I don't think you see the problem if you are using an older SDK, but I'm not sure. I would be even more interested if you plan to move to EL 2. I couldn't get that to work for the life of me and ended up going back to 1.x. Thanks, Joel On Thu, Feb 25, 2010 at 10:22 AM, Puche <[email protected]> wrote: > I think so. > > Read this: > > > http://javawords.com/2009/06/05/using-jsf-12-with-facelets-on-google-app-engine-for-java/ > > I'm though, trying to run JSF 2.0 on GAE. I'm almost done, however I'm > having some issue as I describe here: > > http://groups.google.com/group/google-appengine-java/browse_frm/thread/d4d2c334818591ce/2a488383221e618d?hl=en#2a488383221e618d > > My source of info has been these: > > http://in.relation.to/14203.lace > > > http://java.wildstartech.com/Java-Platform-Enterprise-Edition/JavaServer-Faces/sun-javaserver-faces-reference-implementation/configuring-jsf-20-to-run-on-the-google-appengine > > Please, if you go any further, let me know! > Thanks in advance. > > On Feb 25, 2:06 pm, Amr <[email protected]> wrote: > > Does GAE for Java Support JSF 1.1 or JSF 1.2? (A sample project is > > highly appreciated) > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
