J2SE « Transaction « JPA Q&A





1. Managing transactions in JavaSE with Hibernate and Guice    stackoverflow.com

I'm writing a rather simple application that uses GWT, Hibernate and Google Guice (with GIN). What I wanted to do is to have transactions managed using external manager (like using ...

2. Hibernate JPA and JTA on J2SE platform    coderanch.com

Take a look at some of the introductory Hibernate tutorials that you can get to from my signature links. You'll notice that all of the initial examples use JPA annotations, and all of them run from a J2SE application with a main method, and all of those stand-alone J2SE applications start and end their own transactions. None of the examples run ...

3. Database JPA,JTA,Validator,etc. on JavaSE    java-forums.org

Hi All, Recently, I've started to develop in Java, I've already developed an small app using a legacy clipper DB. Now I want to develop another app using this time a MySql Database but I get stopped due an overflow of APIs. Here is my small history. I started to use JDBC, as I've already worked on ODBC i thought it ...