Here is a small demo running Click+JPA on GAE: http://click-jpa.appspot.comThe source can be found here: http://code.google.com/p/click-jpa-demo/
Very nice, thank you :).
To access the EntityManager I've opted for a EntityManager per request patternIMHO the EntityManagerFilter(+utils) would be better in Click-Extras, in package, e.g.by specifying a filter which binds the EntityManager to a ThreadLocal.
org.apache.click.extras.gae.* for a faster reuse by the users. Thank you, Adrian.
