JSF 2.0 and Google App Engine
Instructions on how to Use The Original Mojarra jar files (not modified)
Download latest mojarra , binary and source from here https://javaserverfaces.dev.java.net/download.html , put the jars (jsf-api.jar & jsf-impl.jar ) in build path, than create a package com.sun.faces.config in src and drop the file WebConfiguration.java (you can find it in source zip) into the created package and comment the entire body of the method called private void processJndiEntries(String contextName) than get all needed jars and configure your web.xml like it sayes in tinyurl.com/kq2jeu
It was tested with the latest mojarra available (2.0.3)
That's it.. your are now officially using the original mojarra jars
Daniel
Wednesday, 03-11-10 14:10
Haven't tried with maven , sorry.
Nikolay Rychkov
Thursday, 21-10-10 13:17
How to do it with maven and http://code.google.com/p/maven-gae-plugin/?