An open API service indexing awesome lists of open source software.

https://github.com/csini/java-se-jpa-jta-jndi-log4jdbc

example project: if you want to use JPA, but you don't have a Container or an Applikation Server :)
https://github.com/csini/java-se-jpa-jta-jndi-log4jdbc

java-se jndi jpa jta log4jdbc

Last synced: 2 months ago
JSON representation

example project: if you want to use JPA, but you don't have a Container or an Applikation Server :)

Awesome Lists containing this project

README

        

# java-se-jpa-jta-jndi-log4jdbc

What to do, if you want to use JPA, but you don't have a Container or an Applikation Server :)
------

a small Java SE Applikation with

* use of JPA 2.1 (Hibernate)
* Bitronix (Spring) JTA Transaction Management
* JNDI for lookup DataSource
* log4jdbc, if you want to "export" into a File: all the (full!) sql commands, the JPA used