Hi everybody

My name is Stephan. I recently wrote an unofficial Guice extension [1] for persistence supporting easy integration of JSR-317 (JPA 2.0) and JSR-907 (JTA) using Guice.

Guice brings its own official persistence extension guice-persist. I decided to write (yet) another persistence extension because guice-persist misses the following: - support for multiple persistence units (has to be done manually by wrapping multiple persistence modules in private modules).
 - support for container managed persistence units.
 - support for distributed transactions (JSR-907 - JTA).

I was recently contacted by Simo if I would be willing to participate in the Onami project. If you think Onami could use a persistence extension I would be willing to donate the current source and (some of) my spare time to the Onami project.

Let me know what you think.
Regards Stephan

[1] https://github.com/sclassen/guice-jpa/wiki

Reply via email to