Genius-Field Database Connection Pool API 0.1(RC) Release

New features:
Allow user to specify when the Conn will be recycled automatically if one does NOT explicitly invoke freeCon()
Throw general java exceptions and Genius-Field exceptions for easy debug

Bugfixes and minor changes:
Provide default values for the properties file
Fix getConn() may return null

Download sql-01-rc

  • Share/Bookmark
Posted in Java Technology | 595 views | Leave a comment

Genius-Field Database Connection Pool API 0.1(beta) Release

New features:
Initial beta release
Allow user to specify the path of properties file
Allow user to specify the class name of jdbc connector
Change package name gaccount.sql to com.geniusfield.sql
Change method name Conn.getConn() to Conn.getCon() to avoid confusion

Bugfixes and minor changes:
Properties file isn’t closed after being used
Call Class.forName() method in case of old JDKs

Download sql-01-beta

  • Share/Bookmark
Posted in Java Technology | 391 views | Leave a comment