|
|
SummaryJava DAO Transaction is a reusable framework to any java project irrespective of database, where plain DAOs are used. Java DAO Transaction Framework takes care of getting and releasing Database Connections and Provides an optional Transaction Support for DAOs written by developer. Purpose In general, developers forget to close or release the database connections while writing DAO's, which leads to problems. The main purpose of Java DAO Transaction Framework is to have some generic classes where...
Project Home page at Sourceforge.net... https://sourceforge.net/projects/dao-transaction
|
|