Here is a small demo running Click+JPA on GAE:

http://click-jpa.appspot.com

The 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 pattern
by specifying a filter which binds the EntityManager to a ThreadLocal.
IMHO the EntityManagerFilter(+utils) would be better in Click-Extras, in package, e.g.
org.apache.click.extras.gae.*
for a faster reuse by the users.

Thank you,

Adrian.

Reply via email to